Should server side pagination/sorting/filtering cause the creation of new Table instances? #4518
Unanswered
juanvilladev
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.
-
I'm implementing TanStack table but will be using server side pagination, sorting and filtering.
Currently, I have a global search bar to handle search filtering. Every time I search, an API call is made with the search query and we eventually get new data for the table.
Every-time this happens, my console shows: Creating Table Instance...
I do have debugTable: true, for the useReactTable hook.
Is this expected behavior? Is there a better way of implementing this? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions