ods-component-lib 1.17.137 → 1.17.139

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 CHANGED
@@ -1518,9 +1518,9 @@ function grid(props, dataGridRef) {
1518
1518
  }), React__default.createElement(dataGrid.Item, {
1519
1519
  menuItemRender: renderMenuItem
1520
1520
  })), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
1521
- column: props.totalColumunName == undefined ? "Id" : props.totalColumunName == undefined ? "{ 0 }" : props.totalColumunName,
1521
+ column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
1522
1522
  summaryType: "count",
1523
- displayFormat: props.TotaDatalLanguage + " : " + props.TotalDataCount
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",