[Feature]: DataTable Search Optimization #2430
archiewood
started this conversation in
General
Replies: 1 comment
-
Likely going to involve some tuning here, along with debouncing in the datatable to ensure we aren't creating Queries not needed |
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
-
Description
Improve speed of returning results when searching in DataTable
What problem would this solve?
Currently, when searching for longer strings in the datatable component, the query takes longer to execute if you type in the query character by character vs if you paste in the search query.
For reproduction, try this storybook
How should it work?
No response
Beta Was this translation helpful? Give feedback.
All reactions