README
@mui/x-data-grid-pro
This package is the commercial 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:
// with npm
npm install @mui/x-data-grid-pro
// with yarn
yarn add @mui/x-data-grid-pro
This component has three peer dependencies that you will need to install as well.
"peerDependencies": {
"@mui/material": "^5.0.0",
"react": "^17.0.0"
},