I want to implement search functionality outside the table #1017
Unanswered
rmshmaudlin
asked this question in
Q&A
Replies: 1 comment
-
without more information on your table, it's a bit hard to help (eg. not sure if the delay is something between you type on the input and the filtering is happening, or filtering itself, or display refresh after filtering or a mix of the 3) how fast is the filtering if you use the "normal" global filter? uneducated guesses and suggestions:
https://tanstack.com/table/v8/docs/api/features/filters
for instance use lodash if you want to use an external library |
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.
-
I implemented this way. But it takes 4 to 5 seconds for the table to update when I type in the textfield.
Am I missing something or What i'm doing is wrong?
Any help appreciated
Beta Was this translation helpful? Give feedback.
All reactions