Skip to content

How to implement nextToken #1173

Closed Answered by rexwreyes
rexwreyes asked this question in Q&A
Discussion options

You must be logged in to vote

To answer my own question, autoResetPageIndex was the culprit. I needed to add this into my code:

const table = useMaterialReactTable({ columns, data, enableColumnFilters: true, autoResetPageIndex: false, onPaginationChange: setPagination, state: { isLoading, pagination, }, muiTablePaperProps: { elevation: 0, }, muiCircularProgressProps: { color: 'primary', }, enableFacetedValues: true, initialState: { showColumnFilters: true }, })

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rexwreyes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant