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
Using useRowSelect, Select All feature, when used with good amount of rows(mine case is with ~119K rows), then takes a long time to apply action. Following are the major places which are time consuming :-
It is possible to optimize here by checking flatRowPaths.length === selectedRowPaths.length or in any other way ?
2
@tannerlinsley , let me know your thoughts on it, will open PR accordingly..