Skip to content

[Feature request] Use data grid for some tables #1440

@fanthos

Description

@fanthos

Currently mui table is slow when lots of rows. mui it self provices @mui/x-data-grid for big data, there are also some other components has virtual table feature that can handle millons rows.
Right now the web page display first 4000 rows according the code, but no limit if switch to virtual table.
It takes 5+ seconds for my computer to render route with 3000 nodes.

Image

There are many npm packages can handle this:
react-virtualized
fixed-data-table-2
rc-table

@mui/x-data-grid( limit 100 rows )
@mui/x-data-grid-pro( has virtual rows but paid )

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