@redsift/table 10.8.1-muiv5 → 10.8.2-muiv5
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
|
@@ -24927,6 +24927,7 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
24927
24927
|
className: classNames(DataGrid.className, className),
|
|
24928
24928
|
$height: height
|
|
24929
24929
|
}, /*#__PURE__*/React__default.createElement(DataGridPro, _extends$2({}, forwardedProps, {
|
|
24930
|
+
rowCount: rowCount,
|
|
24930
24931
|
apiRef: apiRef,
|
|
24931
24932
|
autoHeight: autoHeight,
|
|
24932
24933
|
checkboxSelectionVisibleOnly: Boolean(pagination),
|
|
@@ -24996,8 +24997,7 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
24996
24997
|
onPageSizeChange: onPageSizeChange,
|
|
24997
24998
|
rowsPerPageOptions: rowsPerPageOptions,
|
|
24998
24999
|
paginationProps: paginationProps,
|
|
24999
|
-
paginationMode: paginationMode
|
|
25000
|
-
rowCount: rowCount
|
|
25000
|
+
paginationMode: paginationMode
|
|
25001
25001
|
})) : null
|
|
25002
25002
|
}),
|
|
25003
25003
|
componentsProps: _objectSpread2(_objectSpread2({}, componentsProps), {}, {
|