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
I started to test the table I have with 1k and 2k rows and I see that useResizeColumns is quite slow. The main factor here is that on the drag events the table is repainted multiple times. Is any plan to make useResizeColumns to first set the size (so have a vertical line as drag resize limit only) and then to paint the table?
Thanks for your support and building this great library :)!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I started to test the table I have with 1k and 2k rows and I see that useResizeColumns is quite slow. The main factor here is that on the drag events the table is repainted multiple times. Is any plan to make useResizeColumns to first set the size (so have a vertical line as drag resize limit only) and then to paint the table?
Thanks for your support and building this great library :)!
Beta Was this translation helpful? Give feedback.
All reactions