Skip to content

Row filtering #1002

Open
Open
@kevinlovescoffee

Description

@kevinlovescoffee

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    package:sourceRequests related to the source packagetype:docsImprovements or additions to documentationtype:enhancementRequests for enhancements or new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions