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
Observe grid does not render on page 2. Renders to page 1.
Expected behavior
Search and Sort should not affect the initial page setting.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Browser: Edge
Version: 127.0.2651.86 (Official build) (64-bit)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
tjblue
changed the title
Search and/or Sort being enabled causes initial page setting to be ignored and is set to 1st page.
Bug: Search and/or Sort being enabled causes initial page setting to be ignored and is set to 1st page.
Aug 6, 2024
I was able to enable search and use page: number by using resetPageOnUpdate: false in pagination. However this does not change the case for sort. If sort: true anywhere in grid config it will not allow the initial page to be set.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
pagination: {limit: 1, page: 1} // page: 1 sets rendered page to 2
search: true, sort: true
Expected behavior
Search and Sort should not affect the initial page setting.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: