@redsift/table 10.8.1 → 10.8.2
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/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -24913,6 +24913,7 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
24913
24913
|
className: classNames(DataGrid.className, className),
|
|
24914
24914
|
$height: height
|
|
24915
24915
|
}, /*#__PURE__*/React__default.createElement(DataGridPro, _extends$2({}, forwardedProps, {
|
|
24916
|
+
rowCount: rowCount,
|
|
24916
24917
|
apiRef: apiRef,
|
|
24917
24918
|
autoHeight: autoHeight,
|
|
24918
24919
|
checkboxSelectionVisibleOnly: Boolean(pagination),
|
|
@@ -24978,8 +24979,7 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
24978
24979
|
onPaginationModelChange: onPaginationModelChange,
|
|
24979
24980
|
pageSizeOptions: pageSizeOptions,
|
|
24980
24981
|
paginationProps: paginationProps,
|
|
24981
|
-
paginationMode: paginationMode
|
|
24982
|
-
rowCount: rowCount
|
|
24982
|
+
paginationMode: paginationMode
|
|
24983
24983
|
})) : null
|
|
24984
24984
|
}),
|
|
24985
24985
|
slotProps: _objectSpread2(_objectSpread2({}, slotProps), {}, {
|