ods-component-lib 1.17.135 → 1.17.136

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
@@ -1344,11 +1344,13 @@ function grid(props, dataGridRef) {
1344
1344
  dataSource: props.dataSource,
1345
1345
  keyExpr: props.keyExpr,
1346
1346
  allowColumnResizing: true,
1347
+ columnResizingMode: "widget",
1347
1348
  onContentReady: props.onContentReady,
1348
1349
  onRowInserted: props.onRowInserted,
1349
1350
  onRowUpdated: props.onRowUpdated,
1350
1351
  onRowRemoved: props.onRowRemoved,
1351
1352
  onSaving: props.onSaving,
1353
+ allowColumnReordering: true,
1352
1354
  showRowLines: true,
1353
1355
  showBorders: true,
1354
1356
  columnAutoWidth: props.columnAutoWidth == undefined ? false : props.columnAutoWidth,