@insticc/react-datagrid-2 1.1.23 → 1.1.25
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.
|
@@ -85,7 +85,7 @@ var ExportActions = function ExportActions(props) {
|
|
|
85
85
|
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_semanticUiReact.Icon, {
|
|
86
86
|
name: "file excel"
|
|
87
87
|
}),
|
|
88
|
-
content: "Export
|
|
88
|
+
content: "Export",
|
|
89
89
|
inverted: true,
|
|
90
90
|
color: "green"
|
|
91
91
|
})
|
|
@@ -100,7 +100,7 @@ var ExportActions = function ExportActions(props) {
|
|
|
100
100
|
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_semanticUiReact.Icon, {
|
|
101
101
|
name: "file pdf"
|
|
102
102
|
}),
|
|
103
|
-
content: "Export
|
|
103
|
+
content: "Export",
|
|
104
104
|
inverted: true,
|
|
105
105
|
color: "red"
|
|
106
106
|
})
|
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'
|