X Data Grid
@mui/x-data-grid
The Community plan edition of the MUI X Data Grid components.
Tables
react
react-component
material-ui
mui
mui-x
react-table
table
datatable
data-table
datagrid
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @mui/x-data-gridCode example
import Button from "@mui/material/Button";
import Stack from "@mui/material/Stack";
export function Example() {
return (
<Stack direction="row" spacing={2}>
<Button variant="contained">Primary</Button>
<Button variant="outlined">Secondary</Button>
</Stack>
);
}Pros & cons
Pros
- Actively maintained by MUI Team
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub