reactjsmaterial-uimui-x-data-grid

Where is MUI X Data Grid v5 component? ( How to install MUI X Data Grid in react?)


I upgraded material-ui/core to version 5.0.0-beta.1 and material-ui/lab to version 5.0.0-alpha.30 and I can not locate DataGrid component. It is not present in neither material-ui/core nor material-ui/lab. Furhermore, v5 docs for DataGrid is empty. Where is DataGrid?


Solution

  • You should install it via following command:

    npm i @material-ui/data-grid
    

    See this link: https://www.npmjs.com/package/@material-ui/data-grid