You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/pages/docs/comparisons.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Choose **MUI X Data Grid** when:
56
56
57
57
Choose **react-data-table-component** when:
58
58
59
+
- You want the Material look without adopting Material UI: the built-in `material` theme matches MUI's table styling with zero `@mui/material`/Emotion dependency
59
60
- You are not using Material UI and do not want to adopt it for one component
60
61
- You want zero runtime dependencies
61
62
- Expandable rows and theming should work out of the box, free
-**Spreadsheet-grade features and virtualized big data:** AG Grid
85
-
-**Already on Material UI:** MUI X Data Grid
86
-
-**A styled, working table in about 10 lines, with nothing to configure and no tier to upgrade to:** react-data-table-component
86
+
-**Already on Material UI and need Pro/Premium features like master/detail:** MUI X Data Grid
87
+
-**A fully-featured, production-ready table, including sorting, pagination, selection, expandable rows, and a Material-matching theme, with nothing gated behind a paid tier:** react-data-table-component
87
88
88
89
See [Getting Started](/docs/getting-started) to try it, or the [live demo](/) on the homepage.
0 commit comments