- Update all dependencies to their latest versions:
@mui/x-data-gridv6.0.4->v7.25.0
- optimize
CustomToolbar.js
- fix bug of slotToolbar slot: no default toolbar
- 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
- allow to remove an action column using
noActionColumnprop
- add a contributor: Aashutosh Poudel
- add .npmignore
- fix text bug: Download Excel -> Download
asExcel
- fix readme error
- Update all dependencies to their latest versions: @mui/x-data-grid v5.17.25 -> v6.0.4
- Add export-excel-button in toolbar
- Init test environment
- Update Readme
- Update Readme
- Change parameters ordering of
onSaveRow: (id, updatedRow,oldRows, oldRow) -> (id, updatedRow, oldRow,oldRows) - Add an default error handler: onProcessRowUpdateError
- Fix bad npm publish
- Initial release