28 lines
690 B
Markdown
28 lines
690 B
Markdown
# MUI X Data Grid
|
|
|
|
This package is the Community plan edition of the data grid component.
|
|
It's part of [MUI X](https://mui.com/x/), an open-core extension of MUI Core, with advanced components.
|
|
|
|
## Installation
|
|
|
|
Install the package in your project directory with:
|
|
|
|
```bash
|
|
npm install @mui/x-data-grid
|
|
```
|
|
|
|
This component has the following peer dependencies that you will need to install as well.
|
|
|
|
```json
|
|
"peerDependencies": {
|
|
"@mui/material": "^5.4.1",
|
|
"@mui/system": "^5.4.1",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
},
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Visit [https://mui.com/x/react-data-grid/](https://mui.com/x/react-data-grid/) to view the full documentation.
|