-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
package:sourceRequests related to the source packageRequests related to the source packagetype:docsImprovements or additions to documentationImprovements or additions to documentationtype:enhancementRequests for enhancements or new featuresRequests for enhancements or new features
Description
We are currently filtering rows by adding a hidden property to rows that we want to hide. In the rowHeight prop we set the hidden row's height to 0. So, something like: rowHeight={(index) => (data[index]?.hidden ? 0 : 34)}. This produces the result that we want, but we noticed with larger data sets (around 25,000) rows there are performance issues. Is there are a better way to go about filtering rows? If not, it would be amazing to have this functionality!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
package:sourceRequests related to the source packageRequests related to the source packagetype:docsImprovements or additions to documentationImprovements or additions to documentationtype:enhancementRequests for enhancements or new featuresRequests for enhancements or new features