@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.
@@ -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: true,
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: enableMultiRowSelection ? '0 8px' : '0 19px',
741
+ padding: 'auto',
742
742
  fontWeight: 'bold',
743
743
  borderRight: '1px solid #D7D7D7',
744
744
  borderTop: '1px solid #D7D7D7'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insticc/react-datagrid-2",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "files": [