Replies: 1 comment 1 reply
-
yeah its pretty bad, the way I was able to really improve performance was by rendering "placeholder" elements that looked like the real thing. So instead of rendering an input, i'd render a div with some styles that made it look like an input. Most of the slowness for me comes on scroll when it looks like the entire table is re-rendering for some reason. I'd expect only the rows that are mounting to render on scroll. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've add the virtualizer on top of mui table, but nothing really changes, nothing affects the slowness of the mui table, and blocks the app when clicking something, until rerenders.
For virtualRows and virtualColumns I have called getVirtualItems.
BR,
Beta Was this translation helpful? Give feedback.
All reactions