UNPKG

mui-datagrid-full-edit

Version:

A full functioned react MUI grid component with CRUD and an easy way of @mui/x-data-grid

73 lines (45 loc) 1.48 kB
2.0.0 / 2025-02-06 ================== * Update all dependencies to their latest versions: `@mui/x-data-grid` `v6.0.4` -> `v7.25.0` 1.3.2 / 2025-02-06 ================== * optimize `CustomToolbar.js` 1.3.1 / 2025-02-06 ================== * fix bug of slotToolbar slot: no default toolbar 1.3.0 / 2025-02-06 ================== * add a slotToolbar prop * keep two files in the release package for the custom toolbar examples in the updated readme. * /src/lib/components/DefaultToolbar.js * /src/CustomToolbar.js 1.2.6 / 2024-03-27 ================== * allow to remove an action column using `noActionColumn` prop 1.2.3 / 2023-04-11 ================== * add a contributor: Aashutosh Poudel * add .npmignore * fix text bug: Download Excel -> Download `as` Excel 1.2.1 / 2023-04-10 ================== * fix readme error 1.2.0 / 2023-04-10 ================== * Update all dependencies to their latest versions: @mui/x-data-grid v5.17.25 -> v6.0.4 1.1.0 / 2023-04-09 ================== * Add export-excel-button in toolbar * Init test environment * Update Readme 1.0.5 / 2023-04-07 ================== * Update Readme * Change parameters ordering of `onSaveRow`: (id, updatedRow, `oldRows`, oldRow) -> (id, updatedRow, oldRow, `oldRows`) * Add an default error handler: onProcessRowUpdateError 1.0.4 / 2023-03-13 ================== * Fix bad npm publish 1.0.0 / 2023-03-10 ================== * Initial release