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
Is there an option to have the page index to reset to zero when the filters are changed? I know the react table has the option autoResetPageIndex but when I set that to true, I am finding that I cannot even navigate to page 2 of the table because it keeps on navigating back to page 1 again when I am using this module.
The autoResetPageIndex does work when I let react table handle all the state rather than using this module for query params.
Have you been able to get autoResetPageIndex to work with your module? Maybe there's something I am doing wrong.