ods-component-lib 1.17.94 → 1.17.96

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.
@@ -1452,7 +1452,15 @@ function grid(props, dataGridRef) {
1452
1452
  menuItemRender: renderMenuItem
1453
1453
  })), React.createElement(Summary, null, React.createElement(TotalItem, {
1454
1454
  column: "Id",
1455
- summaryType: "count"
1455
+ summaryType: "count",
1456
+ displayFormat: "{0} " + props.TotaDatalLanguage
1457
+ }), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
1458
+ return React.createElement(TotalItem, {
1459
+ column: item.columnName,
1460
+ summaryType: item.aggregateFn,
1461
+ valueFormat: item.valueFormat ? item.valueFormat : "",
1462
+ displayFormat: props.TotalLanguage + " : {0}"
1463
+ });
1456
1464
  })), React.createElement(StateStoring, {
1457
1465
  enabled: true,
1458
1466
  type: "custom",