material-react-table-narender 2.13.32 → 2.13.33
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -322,10 +322,11 @@ export const MRT_ColumnActionMenu = <TData extends MRT_RowData>({
|
|
322
322
|
<MRT_ActionMenuItem
|
323
323
|
icon={<SettingsOutlinedIcon />}
|
324
324
|
key={13}
|
325
|
-
label={showToolBar ? "Hide
|
325
|
+
label={showToolBar ? "Hide Toolbar" : "Show Toolbar"}
|
326
326
|
onClick={(e) => {
|
327
327
|
e.stopPropagation();
|
328
328
|
table.setShowToolBar(!showToolBar);
|
329
|
+
setAnchorEl(null);
|
329
330
|
}}
|
330
331
|
table={table}
|
331
332
|
/>,
|