Perfomance when filter with large data #17
-
Hi, author I use filter in column with virtualization and column resizing (has 50 items), it is lag with filter data or out focus in input. You can try the issue in storybook |
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Jul 5, 2022
Replies: 1 comment 3 replies
-
The reason that page is lagging is because it is rendering 3 examples on the page at the same time. The first example has rowVirtualization disabled on purpose to show the slower performance when it is off. Go to the canvas tab instead of the docs tab to just try out 1 example at a time, and you should see normal performance |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
KevinVandy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason that page is lagging is because it is rendering 3 examples on the page at the same time. The first example has rowVirtualization disabled on purpose to show the slower performance when it is off. Go to the canvas tab instead of the docs tab to just try out 1 example at a time, and you should see normal performance
https://www.material-react-table.dev/?path=/story/features-virtualization--enable-row-virtualization-with-column-resizing