ods-component-lib 1.17.133 → 1.17.135
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 +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1344,19 +1344,16 @@ function grid(props, dataGridRef) {
|
|
|
1344
1344
|
dataSource: props.dataSource,
|
|
1345
1345
|
keyExpr: props.keyExpr,
|
|
1346
1346
|
allowColumnResizing: true,
|
|
1347
|
-
columnResizingMode: "widget",
|
|
1348
1347
|
onContentReady: props.onContentReady,
|
|
1349
1348
|
onRowInserted: props.onRowInserted,
|
|
1350
1349
|
onRowUpdated: props.onRowUpdated,
|
|
1351
1350
|
onRowRemoved: props.onRowRemoved,
|
|
1352
1351
|
onSaving: props.onSaving,
|
|
1353
|
-
allowColumnReordering: true,
|
|
1354
1352
|
showRowLines: true,
|
|
1355
1353
|
showBorders: true,
|
|
1356
1354
|
columnAutoWidth: props.columnAutoWidth == undefined ? false : props.columnAutoWidth,
|
|
1357
1355
|
focusedRowEnabled: false,
|
|
1358
1356
|
wordWrapEnabled: props.wordWrapEnabled == undefined ? false : props.wordWrapEnabled,
|
|
1359
|
-
noDataText: props.noDataLanguage == undefined ? "No Data" : props.noDataLanguage,
|
|
1360
1357
|
onEditCanceling: props.onEditCanceling,
|
|
1361
1358
|
onExporting: onExporting,
|
|
1362
1359
|
filterSyncEnabled: true,
|