Cannot Set PageSize for Pagination #4183
Unanswered
gmartin1965
asked this question in
Q&A
Replies: 0 comments
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.
-
No matter what I try, I cannot get pagination to work if I try to set something other than the default 10 rows.
I can pass in a different value (15, for example) and it works. But, when I do that, the Previous and Next buttons cease to function as expected and I remain stuck on the first page forever.
Also, I get an error if I try to add PaginationState to my initial import from @tanstack/react-table.
Beta Was this translation helpful? Give feedback.
All reactions