Server Side processing on change event of Angular2+

Server Side processing on change event of Angular2+

monishankarmonishankar Posts: 1Questions: 0Answers: 0
edited July 2022 in Free community support

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.

Sign In or Register to comment.