ods-component-lib 1.17.162 → 1.17.163

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
@@ -1354,14 +1354,14 @@ function grid(props, dataGridRef) {
1354
1354
  }, React__default.createElement(dataGrid.DataGrid, {
1355
1355
  dataSource: props.dataSource,
1356
1356
  keyExpr: props.keyExpr,
1357
- allowColumnResizing: true,
1357
+ allowColumnResizing: false,
1358
1358
  columnResizingMode: "widget",
1359
1359
  onContentReady: props.onContentReady,
1360
1360
  onRowInserted: props.onRowInserted,
1361
1361
  onRowUpdated: props.onRowUpdated,
1362
1362
  onRowRemoved: props.onRowRemoved,
1363
1363
  onSaving: props.onSaving,
1364
- allowColumnReordering: true,
1364
+ allowColumnReordering: false,
1365
1365
  showRowLines: true,
1366
1366
  showBorders: true,
1367
1367
  columnAutoWidth: props.columnAutoWidth == undefined ? false : props.columnAutoWidth,