Replies: 1 comment
-
FYI regarding MUI X Data Grid – the issue was reported in mui/mui-x#8999 and fixed by mui/mui-x#8990 |
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've performed an informal grouping-and-aggregation benchmark across several popular grids (MUI, Material React Table, raw Tanstack, Adazzle, and AG Grid) in this CodeSandbox example.
Rough Loading Time (ms)1
Tanstack's performance is not bad, but it's roughly twice as slow as AG Grid and 10x slower than the fastest solutions. Ok, maybe the performance of the customized solution isn't really comparable to that of a general grid solution like Tanstack, but something close to whatever AG Grid is doing ought to be possible. (One simple solution might be to use Alasql).
Questions:
Footnotes
Most grids don't have a good way to instrument the exact loading time, so these are basically eyeballed and not very accurate. Obviously they'll be different on different machines. Nevertheless the overall trends are clear enough. ↩
Somewhere between 50k and 100k records the MUI grid blows up and kills the whole browser tab. ↩
Beta Was this translation helpful? Give feedback.
All reactions