Server Side processing on change event of Angular2+
Server Side processing on change event of Angular2+
monishankar
Posts: 1Questions: 0Answers: 0
Hi,
I am fetching table data for the first time and calling it from ngOnInit() of .ts page, using server side processing which is perfectly working.
but when I am trying to filter table based on angular reactive form values, as shown in the image, it is not triggering the api and not rendering any table data.
Can you please me on this.