ods-component-lib 1.17.136 → 1.17.138

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
@@ -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
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",