ng-zorro-antd icon indicating copy to clipboard operation
ng-zorro-antd copied to clipboard

NZ Table Ajax and custom filter together doesnt work together

Open AliKalkandelen opened this issue 3 years ago • 1 comments

Reproduction link

https://stackblitz.com/run?file=src%2Fapp%2Fapp.component.ts

Steps to reproduce

Create an nz-table that queries the db Create a customer filtering on one of the columns See if the db updates after filtering

What is expected?

The same filter changed event hits and we query the db with the new filtered columns. Basically i want to work the ajax call feature and the custom filter feature together.

What is actually happening?

Console Errors

Environment Info
ng-zorro-antd 13.0.1
Browser Chrome

AliKalkandelen avatar Feb 04 '22 19:02 AliKalkandelen

@AliKalkandelen Did you find any workaround for this?

Sina7312 avatar Jan 23 '24 17:01 Sina7312