mantine-react-table icon indicating copy to clipboard operation
mantine-react-table copied to clipboard

Performance issue when using multiple tables on one page

Open mehdirussel opened this issue 1 year ago • 1 comments

mantine-react-table version

v2

react & react-dom versions

v18.3.1

Describe the bug and the steps to reproduce it

Encountered performance issues when using multiple tables on one page, especially when using custom modals for CRUD operations, the page becomes totally unresponsive.

Minimal, Reproducible Example - (Optional, but Recommended)

return ( <> <MantineReactTable table={table1} /> <MantineReactTable table={table2} /> </> );

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

No, because I do not know how

Terms

  • [X] I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.

mehdirussel avatar Sep 12 '24 06:09 mehdirussel

Give an actual reproducible example. There are plenty of examples in the docs where this is not a problem.

KevinVandy avatar Sep 12 '24 16:09 KevinVandy