-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Paginator issues with the data length #17628
Comments
I don't think this should be the Paginator's responsibility. What if I build a UI that lets users remove an item from the collection in a single click? They wouldn't want to be brought back to the first page. I think it's reasonable that it is up to you to call |
We intentionally designed the |
I try to do that but not work, I don't know why, How can I get paginator variable?? can you help me please |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/fork/components-issue
https://stackblitz.com/angular/lrnjnmrrmlp?file=src%2Fapp%2Fpaginator-configurable-example.ts
Steps to reproduce:
A blank page appears, since the length of the current data is not filling up to the current page, you must press the button on the previous page many times
Expected Behavior
What behavior were you expecting to see?
I want that the paginator current page change to 1 because if the data change you dont know if the current data length could be filling the current page
Actual Behavior
What behavior did you actually see?
current page is in empty
Environment
The text was updated successfully, but these errors were encountered: