Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nzQueryParams not called #8659

Open
BenediktKarl opened this issue Jul 31, 2024 · 0 comments
Open

nzQueryParams not called #8659

BenediktKarl opened this issue Jul 31, 2024 · 0 comments
Assignees

Comments

@BenediktKarl
Copy link

Reproduction link

https://stackblitz.com/edit/angular-qwhhql?file=src%2Fapp%2Fapp.component.ts

Steps to reproduce

Use nz-table as standalone component. Try to use the AJAX features as in the documentation: https://ng.ant.design/components/table/en#components-table-demo-ajax

What is expected?

The expected behaviour is that the function specified in nzQueryParams will be called when sorting changes. Paginiation should show up with the code from the documentation.

What is actually happening?

The function specified in nzQueryParams is not called when sorting changes. Pagination is missing, even though it shows in the documentation.

Environment Info
ng-zorro-antd 18.1.0
Browser Chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants