ods-component-lib 1.17.138 → 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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
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:
|
|
1346
|
+
allowColumnResizing: false,
|
|
1347
1347
|
columnResizingMode: "widget",
|
|
1348
1348
|
onContentReady: props.onContentReady,
|
|
1349
1349
|
onRowInserted: props.onRowInserted,
|
|
@@ -1520,7 +1520,7 @@ function grid(props, dataGridRef) {
|
|
|
1520
1520
|
})), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
|
|
1521
1521
|
column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
|
|
1522
1522
|
summaryType: "count",
|
|
1523
|
-
displayFormat: props.TotaDatalLanguage + " : " + props.TotalDataCount == undefined ? "{
|
|
1523
|
+
displayFormat: props.TotaDatalLanguage + " : " + props.TotalDataCount == undefined ? "{0}" : props.TotalDataCount
|
|
1524
1524
|
})), React__default.createElement(dataGrid.StateStoring, {
|
|
1525
1525
|
enabled: true,
|
|
1526
1526
|
type: "custom",
|