Version: 4.xx.xx
useDataGrid
You may use the useDataGrid
hook to process your data with features compatible with the MUI X DataGrid and DataGridPro component. You can be used as an out-of-the-box feature without needing to do extra operations for sorting, filtering, and pagination.
Refer to the useDataGrid
hook documentation for more information. β
With DataGrid
Componentβ
RUN IN YOUR LOCAL
npm create refine-app@latest -- --example table-mui-use-data-grid
With DataGridPro
Componentβ
RUN IN YOUR LOCAL
npm create refine-app@latest -- --example table-mui-data-grid-pro