ng-zorro-antd
ng-zorro-antd copied to clipboard
NZ Table Ajax and custom filter together doesnt work together
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 Did you find any workaround for this?