ods-component-lib 1.17.160 → 1.17.162
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
|
@@ -1354,7 +1354,7 @@ function grid(props, dataGridRef) {
|
|
|
1354
1354
|
}, React__default.createElement(dataGrid.DataGrid, {
|
|
1355
1355
|
dataSource: props.dataSource,
|
|
1356
1356
|
keyExpr: props.keyExpr,
|
|
1357
|
-
allowColumnResizing:
|
|
1357
|
+
allowColumnResizing: true,
|
|
1358
1358
|
columnResizingMode: "widget",
|
|
1359
1359
|
onContentReady: props.onContentReady,
|
|
1360
1360
|
onRowInserted: props.onRowInserted,
|
|
@@ -1531,7 +1531,7 @@ function grid(props, dataGridRef) {
|
|
|
1531
1531
|
})), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
|
|
1532
1532
|
column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
|
|
1533
1533
|
summaryType: "count",
|
|
1534
|
-
displayFormat: props.TotaDatalLanguage + " : " + props.TotalDataCount == undefined ?
|
|
1534
|
+
displayFormat: props.TotaDatalLanguage + " : " + (props.TotalDataCount == undefined ? "{0}" : props.TotalDataCount)
|
|
1535
1535
|
})), React__default.createElement(dataGrid.StateStoring, {
|
|
1536
1536
|
enabled: true,
|
|
1537
1537
|
type: "custom",
|