@insticc/react-datagrid-2 1.1.23 → 1.1.24
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/build/wrapper/index.js +2 -2
- package/package.json +1 -1
package/build/wrapper/index.js
CHANGED
|
@@ -474,7 +474,7 @@ var DataGrid = function DataGrid(_ref) {
|
|
|
474
474
|
return !disableRows.includes(row.original[rowKey]);
|
|
475
475
|
} : !disableSelect,
|
|
476
476
|
enableSubRowSelection: hasSubRows,
|
|
477
|
-
enableMultiRowSelection:
|
|
477
|
+
enableMultiRowSelection: enableMultiRowSelection,
|
|
478
478
|
enableFullScreenToggle: enableFullScreenToggle,
|
|
479
479
|
enableDensityToggle: enableDensityToggle,
|
|
480
480
|
enableGlobalFilter: enableGlobalFilter,
|
|
@@ -738,7 +738,7 @@ var DataGrid = function DataGrid(_ref) {
|
|
|
738
738
|
} : {
|
|
739
739
|
fontSize: '14px'
|
|
740
740
|
}), {}, {
|
|
741
|
-
padding:
|
|
741
|
+
padding: 'auto',
|
|
742
742
|
fontWeight: 'bold',
|
|
743
743
|
borderRight: '1px solid #D7D7D7',
|
|
744
744
|
borderTop: '1px solid #D7D7D7'
|