We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
styled-components
On server side pagination, if starting of page is 0 and want to override current page. Pagination didn't work properly.
Use react table component and set starting of page index to 0.
Pagination should show page number from 1-11 when starting page index is 0
Set starting of pagination to 0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Check list
styled-components
Describe the bug
On server side pagination, if starting of page is 0 and want to override current page. Pagination didn't work properly.
To Reproduce
Use react table component and set starting of page index to 0.
Expected behavior
Pagination should show page number from 1-11 when starting page index is 0
Code Sandbox, Screenshots, or Relevant Code
Versions (please complete the following information)
Additional context
Set starting of pagination to 0.
The text was updated successfully, but these errors were encountered: