ods-component-lib 1.17.32 → 1.17.33
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1362,7 +1362,8 @@ function grid(props, dataGridRef) {
|
|
|
1362
1362
|
dataField: "Actions",
|
|
1363
1363
|
caption: "Actions",
|
|
1364
1364
|
type: "buttons",
|
|
1365
|
-
width: 110
|
|
1365
|
+
width: 110,
|
|
1366
|
+
showInColumnChooser: false
|
|
1366
1367
|
}, props.edit.allowUpdating && React__default.createElement(dataGrid.Button, {
|
|
1367
1368
|
hint: "Edit",
|
|
1368
1369
|
visible: true,
|