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
{{ message }}
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
(1) Visit demo at http://glittershark.github.io/reactable/
(2) Click on page 2 (or greater) of the table.
(3) Type in "Albuquerque" in the filter, which returns one page of results.
What happens: The user is still on the page they selected manually (in this case, page 2). What should happen: The user should land on the page number closest to the one they manually selected (in this case, 1).
This is a usability problem because a user may think that their filter turned up 0 results if they see a blank page.