ods-component-lib 1.17.164 → 1.17.166

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.
@@ -1356,6 +1356,7 @@ function grid(props, dataGridRef) {
1356
1356
  onRowInserted: props.onRowInserted,
1357
1357
  onRowUpdated: props.onRowUpdated,
1358
1358
  onRowRemoved: props.onRowRemoved,
1359
+ onEditorPreparing: props.onEditorPreparing,
1359
1360
  onSaving: props.onSaving,
1360
1361
  allowColumnReordering: true,
1361
1362
  showRowLines: true,
@@ -1371,7 +1372,7 @@ function grid(props, dataGridRef) {
1371
1372
  },
1372
1373
  height: window.innerHeight - 164,
1373
1374
  repaintChangesOnly: true,
1374
- remoteOperations: props.remoteOperations !== undefined ? props.remoteOperations : false,
1375
+ remoteOperations: false,
1375
1376
  ref: dataGridRef
1376
1377
  }, React.createElement(LoadPanel, {
1377
1378
  enabled: true