Large collapsible Table rows with virtualization enabled causes scroll lag along with an error (ResizeObserver loop completed with undelivered notifications) #1200
Unanswered
Muhammad-bK
asked this question in
Q&A
Replies: 2 comments
-
I would also like to point out that I have tried rendering the same table with the same data using OJET Table and there is absolutely no lag even without row virtualization |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also facing the issue; my table is having only one custom cell (pinned to right side) and row actions (pinned to left) holding 300 rows only it's getting lag on scrolling. @KevinVandy help us to overcome this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I require to render very large amounts of data without pagination (~50k rows & 14 columns). Currently I have tested it with ~1200 rows and the browser basically freezes. The table has 5 editable cells with editing mode as cell. I am using Mui elements such as Inputs, TextFields, AutoComplete & Menus for the editable state.
When rowVirtualization is enabled the performance does get better but there is a very significant lag on scrolling.
Below is my MRT component
And below is an example of how my data looks like
another issue that occurs is that on the first load I get the following error
Beta Was this translation helpful? Give feedback.
All reactions