Skip to content

[useRowSelect] Select All operation can be optimized #1690

@gargroh

Description

@gargroh

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 :-

  1. image
    It is possible to optimize here by checking flatRowPaths.length === selectedRowPaths.length or in any other way ?

2 image

@tannerlinsley , let me know your thoughts on it, will open PR accordingly..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions