Skip to content

Commit 12dd2f2

Browse files
Merge pull request #12 from prettyblueberry/release/1.3.2
v1.3.2 optimize CustomToolbar.js
2 parents e25270c + c17f571 commit 12dd2f2

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.2 / 2025-02-06
2+
==================
3+
4+
* optimize `CustomToolbar.js`
5+
6+
17
1.3.1 / 2025-02-06
28
==================
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mui-datagrid-full-edit",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A full functioned react MUI grid component with CRUD and an easy way of @mui/x-data-grid",
55
"private": false,
66
"repository": "https://github.com/prettyblueberry/mui-datagrid-full-edit.git",

src/CustomToolbar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import * as React from "react";
88
import {
9-
GridRowModes,
9+
// GridRowModes,
1010
GridToolbarColumnsButton,
1111
GridToolbarContainer,
1212
GridToolbarDensitySelector,
@@ -16,8 +16,8 @@ import {
1616
GridToolbarQuickFilter
1717
} from "@mui/x-data-grid";
1818
import GridExcelExportMenuItem from "./lib/components/GridExcelExportMenuItem";
19-
import Button from "@mui/material/Button";
20-
import AddIcon from "@mui/icons-material/Add";
19+
// import Button from "@mui/material/Button";
20+
// import AddIcon from "@mui/icons-material/Add";
2121

2222
function CustomToolbar(props) {
2323
const {/*rows, setRows, setRowModesModel,*/ columns/*, createRowData*/ } = props;

0 commit comments

Comments
 (0)