Skip to content

Commit 9513ca0

Browse files
committed
feat: enhance comparisons with Material theme details for react-data-table-component
1 parent 0ee7d69 commit 9513ca0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apps/docs/src/pages/docs/comparisons.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Choose **MUI X Data Grid** when:
5656

5757
Choose **react-data-table-component** when:
5858

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
5960
- You are not using Material UI and do not want to adopt it for one component
6061
- You want zero runtime dependencies
6162
- Expandable rows and theming should work out of the box, free
@@ -70,7 +71,7 @@ Choose **react-data-table-component** when:
7071
| Styled table out of the box | You build the UI ||||
7172
| Sorting, pagination & selection UI | State only ||||
7273
| Expandable row panels | State only | Enterprise tier | Pro tier ||
73-
| Dark mode & themes | Bring your own | ✓ built-in | Via MUI theme | 5 built-in |
74+
| Dark mode & themes | Bring your own | ✓ built-in | Via MUI theme | 5 built-in, including a Material-matching theme |
7475
| Requires a UI framework | No | No | @mui/material + Emotion | No |
7576
| Row virtualization | Via TanStack Virtual | ✓ built-in | ✓ built-in | ✗ (paginate instead) |
7677
| Size (min+gzip) | ~15 KB | ~338 KB | ~117 KB + MUI | ~35 KB |
@@ -82,7 +83,7 @@ Sizes measured via Bundlephobia, July 2026 (TanStack v8.21, AG Grid v36, MUI X v
8283

8384
- **Full render control, smallest bundle:** TanStack Table
8485
- **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
8788

8889
See [Getting Started](/docs/getting-started) to try it, or the [live demo](/) on the homepage.

0 commit comments

Comments
 (0)