ods-component-lib 1.17.90 → 1.17.91

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