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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1360,6 +1360,7 @@ function grid(props, dataGridRef) {
|
|
|
1360
1360
|
onRowInserted: props.onRowInserted,
|
|
1361
1361
|
onRowUpdated: props.onRowUpdated,
|
|
1362
1362
|
onRowRemoved: props.onRowRemoved,
|
|
1363
|
+
onEditorPreparing: props.onEditorPreparing,
|
|
1363
1364
|
onSaving: props.onSaving,
|
|
1364
1365
|
allowColumnReordering: true,
|
|
1365
1366
|
showRowLines: true,
|
|
@@ -1375,7 +1376,7 @@ function grid(props, dataGridRef) {
|
|
|
1375
1376
|
},
|
|
1376
1377
|
height: window.innerHeight - 164,
|
|
1377
1378
|
repaintChangesOnly: true,
|
|
1378
|
-
remoteOperations:
|
|
1379
|
+
remoteOperations: false,
|
|
1379
1380
|
ref: dataGridRef
|
|
1380
1381
|
}, React__default.createElement(dataGrid.LoadPanel, {
|
|
1381
1382
|
enabled: true
|