m-data-grid
v1.1.2
Published
This package is the Pro Plan edition of the data grid component. It's part of MUI X, an open core extension of MUI, with advanced components.
Downloads
146
Maintainers
Readme
Modular Data Grid
This package is the Pro Plan edition of the data grid component. It's part of MUI X, an open core extension of MUI, with advanced components.
Installation
Install the package in your project directory with:
npm install m-data-grid
This component has the following peer dependencies that you will need to install as well.
"peerDependencies": {
"@mui/material": "^5.15.14",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},