manualPagination does not work when useGroupBy is included #2741
Unanswered
johnathanludwig
asked this question in
Ideas
Replies: 1 comment
-
Thanks for noting this issue. To fix it, a breaking change is required and thus we will slate the fix for v8 and, for sake of triage, close this issue. Thanks for your patience! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
manualPagination
is broken whenuseGroupBy
is included. When going to the next page,useGroupBy
causes the page to be set back to the previous page.Provide an example via Codesandbox!
This is the same
manualPagination
sandbox from the documentation, but withuseGroupBy
included on line 78.https://codesandbox.io/s/manualpagination-bug-with-usegroupby-ph2jq?file=/src/App.js
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The table should stay on the next page.
Desktop:
Additional context
useGroupBy
does not need any extra configuration, just being in the plugins along withusePagination
causes the bug.disableGroupBy
does not prevent the bug, howevermanualGroupBy
does.Beta Was this translation helpful? Give feedback.
All reactions