I added this but when inspecting element using Chrome DevTools, the click function doesn\'t show!
Here\'s my code:
I would prefer to add a formControl to the material table as such
....
and then in my ngOnInit method use
readonly formControl = new FormControl();
ngOnInit(): void {
this.formControl.valueChanges.subscribe((request: RequestViewModel) => {
this.selectedInvestigationId(request.investigation.investigationInfoId, request.speciality);
});
}
The benefits are numerous: