- Update all dependencies to their latest versions:
@mui/x-data-grid
v6.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
noActionColumn
prop
- add a contributor: Aashutosh Poudel
- add .npmignore
- fix text bug: Download Excel -> Download
as
Excel
- 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