JSPM

  • Created
  • Published
  • Downloads 20490
  • Score
    100M100P100Q25013F
  • License MIT

The Material-UI community edition of the data grid component.

Package Exports

  • @material-ui/data-grid

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@material-ui/data-grid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@material-ui/data-grid

The Material-UI community edition of the data grid component.

Installation

Install the package in your project directory with:

// with npm
npm install @material-ui/data-grid

// with yarn
yarn add @material-ui/data-grid

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

"peerDependencies": {
  "@material-ui/core": "^4.9.12",
  "react": "^16.8.0 || ^17.0.0"
},

Documentation

The documentation