-
Notifications
You must be signed in to change notification settings - Fork 775
Row selection (clickToSelect) slow with long tables. #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same issue here |
I'll find this problem quickly :) Thanks your feedbacks |
The search box is also very slow on long lists. Are you debouncing the queries? The search box is actually unusable with 1500 rows. |
the search will search all table rows and each cells, I'll try to find some debouncing in the queries |
The only alternative is pagination. It might be all the listeners being created? |
@finkelm, I've did some tuning on branch, will release in these day :) |
i have the same problem. clickToSelect needs about 2-3 secs to select on 3K rows. Is it really fixed? |
Not yet,,, sorry, current focus on |
all right, thanks a lot :) |
I'm getting this only on just under 400 rows. But, after I apply a filter of some sort, the issue is not noticeable. Looking forward to the fix. |
Some progress on this? I have same issue on 3.4.4.. it takes seconds on a big table to select a row |
the same for me |
Noticeable lag appears on long lists between clicking and seeing the highlight of row. I wonder if this can be reduced? Otherwise I guess this is a +1 for infinite scroll.
The text was updated successfully, but these errors were encountered: