material-react-table 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js
CHANGED
@@ -1456,7 +1456,6 @@ const MRT_TopToolbar = ({ table, }) => {
|
|
1456
1456
|
right: 0,
|
1457
1457
|
top: 0,
|
1458
1458
|
width: '100%',
|
1459
|
-
zIndex: 2,
|
1460
1459
|
} },
|
1461
1460
|
enableGlobalFilter && positionGlobalFilter === 'left' && (React__default["default"].createElement(MRT_GlobalFilterTextField, { table: table })), (_a = renderTopToolbarCustomActions === null || renderTopToolbarCustomActions === void 0 ? void 0 : renderTopToolbarCustomActions({ table })) !== null && _a !== void 0 ? _a : React__default["default"].createElement("span", null),
|
1462
1461
|
enableToolbarInternalActions ? (React__default["default"].createElement(Box__default["default"], { sx: {
|