You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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
totrue
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.
The text was updated successfully, but these errors were encountered: