ods-component-lib 1.17.31 → 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 CHANGED
@@ -1238,7 +1238,8 @@ function grid(props, dataGridRef) {
1238
1238
  className: "odsDatagrid",
1239
1239
  style: {
1240
1240
  width: "100%",
1241
- overflowX: 'auto'
1241
+ overflowX: 'hidden',
1242
+ overflowY: "hidden"
1242
1243
  }
1243
1244
  }, React__default.createElement(dataGrid.DataGrid, {
1244
1245
  dataSource: props.dataSource,
@@ -1361,7 +1362,8 @@ function grid(props, dataGridRef) {
1361
1362
  dataField: "Actions",
1362
1363
  caption: "Actions",
1363
1364
  type: "buttons",
1364
- width: 110
1365
+ width: 110,
1366
+ showInColumnChooser: false
1365
1367
  }, props.edit.allowUpdating && React__default.createElement(dataGrid.Button, {
1366
1368
  hint: "Edit",
1367
1369
  visible: true,
@@ -1380,7 +1382,8 @@ function grid(props, dataGridRef) {
1380
1382
  dataField: "Actions",
1381
1383
  caption: "Actions",
1382
1384
  type: "buttons",
1383
- width: 110
1385
+ width: 110,
1386
+ showInColumnChooser: false
1384
1387
  }, React__default.createElement(React__default.Fragment, null, props.edit.allowUpdating && React__default.createElement(dataGrid.Button, {
1385
1388
  name: "edit"
1386
1389
  }), props.edit.allowDeleting && React__default.createElement(dataGrid.Button, {