Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Build Grid without sort or search enabled.
- Enable a different initial page on render with pagination config:
pagination: {limit: 1, page: 1} // page: 1 sets rendered page to 2
- Observe that grid does render on 2nd page.
- Enable search and/or sort.
search: true, sort: true
- 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.
Metadata
Assignees
Labels
No labels