stupa-pdf-api/frontend/node_modules/@mui/x-data-grid
2025-09-01 01:50:35 +02:00
..
colDef Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
components Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
constants Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
context Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
DataGrid Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
hooks Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
internals Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
joy Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
legacy Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
locales Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
material Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
models Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
modern Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
node Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
themeAugmentation Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
utils Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
CHANGELOG.md Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
index.d.ts Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
index.js Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
LICENSE Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
package.json Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00
README.md Main Features working; Further Debugging needed 2025-09-01 01:50:35 +02:00

MUI X Data Grid

This package is the Community plan edition of the data grid component. It's part of MUI X, an open-core extension of MUI Core, with advanced components.

Installation

Install the package in your project directory with:

npm install @mui/x-data-grid

This component has the following peer dependencies that you will need to install as well.

"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/ to view the full documentation.