Replies: 2 comments
-
Hi, I'm looking for the same thing. Did you find any solution or implemantation for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looking for the same thing... Anyone ? |
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
-
I have a table with ten thousands of rows, when I tried to use "useTable" hook appending with other plugins like "useExpand", "useSort"... Browser seems to take too much time on constructing all the rows and the page is blocked during this time (the time spent under "useTable" call).
Since the web worker can run parallelly with js main process, is it possible to put related logic in web worker, then browser page can still handle other tasks?
Beta Was this translation helpful? Give feedback.
All reactions