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

Server side pagination -- page number is not reset when resetPageOnUpdate is enabled #1311

Closed
cpba opened this issue Feb 13, 2023 · 1 comment · Fixed by #1334
Closed

Server side pagination -- page number is not reset when resetPageOnUpdate is enabled #1311

cpba opened this issue Feb 13, 2023 · 1 comment · Fixed by #1334
Labels
wontfix This will not be worked on

Comments

@cpba
Copy link
Contributor

cpba commented Feb 13, 2023

Describe the bug
When server side pagination is enabled together with search, the value of the page parameter is not reset.

To Reproduce
1.- Enable both server side pagination and search.
2.- Set resetPageOnUpdate to true
3.- Switch to page different than first.
4.- Search for any value
5.- The page number is passed to the server, rather than being reset to 0.

Expected behavior
I expected the page number to be reset to 0.

@cpba cpba changed the title Server side pagination -- page number is not reset when Server side pagination -- page number is not reset when resetPageOnUpdate is enabled Feb 13, 2023
@stale
Copy link

stale bot commented May 9, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 9, 2023
@stale stale bot closed this as completed May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant