You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if I have a 8mb of dataset (5000 rows) on tabulator with Select Range enabled, it becomes very slow. Selecting a cell by clicking it takes about 5-10 seconds until it actually shows the selection outlines and the UI hangs within those seconds.
It looks like Select Range is looping through all data instead of the data that are necessary to check. It should work like virtual renderer.
I used the same dataset on google sheet and it works perfectly and doesn't lag at all except when I paste the data right onto it which takes around > 10 seconds.
The text was updated successfully, but these errors were encountered:
Hi @olifolkerd, I just started using this library (it's great btw) and I noticed this issue where selecting a range of cells lags quite a bit when I get anywhere above 15-20k rows (I've tested so far with about 10-20 columns and up to 100k rows where it really lags). This is one feature my users really utilize. It would be great if there is a fix for this.
Right now, if I have a 8mb of dataset (5000 rows) on tabulator with Select Range enabled, it becomes very slow. Selecting a cell by clicking it takes about 5-10 seconds until it actually shows the selection outlines and the UI hangs within those seconds.
It looks like Select Range is looping through all data instead of the data that are necessary to check. It should work like virtual renderer.
I used the same dataset on google sheet and it works perfectly and doesn't lag at all except when I paste the data right onto it which takes around > 10 seconds.
The text was updated successfully, but these errors were encountered: