The Pro plan edition of the data grid component (MUI X).
npm install @liholiho/x-data-grid-proThis 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.
Install the package in your project directory with:
``sh
// with npm
npm install @mui/x-data-grid-pro
// with yarn
yarn add @mui/x-data-grid-pro
`
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.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},