ods-component-lib 1.17.139 → 1.17.141

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
@@ -1343,7 +1343,7 @@ function grid(props, dataGridRef) {
1343
1343
  }, React__default.createElement(dataGrid.DataGrid, {
1344
1344
  dataSource: props.dataSource,
1345
1345
  keyExpr: props.keyExpr,
1346
- allowColumnResizing: true,
1346
+ allowColumnResizing: false,
1347
1347
  columnResizingMode: "widget",
1348
1348
  onContentReady: props.onContentReady,
1349
1349
  onRowInserted: props.onRowInserted,