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
Sorting performance is very slow when I have a lot of rows with sub rows. Would be nice to have a flag to disable the sorting of sub rows, or even better would be only sorting sub rows when a row is expanded.
I know this could be done by passing in my own sorting function, but having looked through the useSortBy hook, I think the use case is easy to implement and would help a lot with performance.
I understand that I could also do lazy loading for sub rows, but this gets very complicated when I am virtualizing the table.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Sorting performance is very slow when I have a lot of rows with sub rows. Would be nice to have a flag to disable the sorting of sub rows, or even better would be only sorting sub rows when a row is expanded.
I know this could be done by passing in my own sorting function, but having looked through the useSortBy hook, I think the use case is easy to implement and would help a lot with performance.
I understand that I could also do lazy loading for sub rows, but this gets very complicated when I am virtualizing the table.
Beta Was this translation helpful? Give feedback.
All reactions