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.
@@ -1516,7 +1516,7 @@ function grid(props, dataGridRef) {
1516
1516
  })), React.createElement(Summary, null, React.createElement(TotalItem, {
1517
1517
  column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
1518
1518
  summaryType: "count",
1519
- displayFormat: props.TotaDatalLanguage + " : " + props.TotalDataCount
1519
+ displayFormat: props.TotaDatalLanguage + " : " + props.TotalDataCount == undefined ? "{ 0 }" : props.TotalDataCount
1520
1520
  })), React.createElement(StateStoring, {
1521
1521
  enabled: true,
1522
1522
  type: "custom",