ods-component-lib 1.17.96 → 1.17.97

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.
@@ -1451,9 +1451,8 @@ function grid(props, dataGridRef) {
1451
1451
  }), React.createElement(Item$1, {
1452
1452
  menuItemRender: renderMenuItem
1453
1453
  })), React.createElement(Summary, null, React.createElement(TotalItem, {
1454
- column: "Id",
1455
- summaryType: "count",
1456
- displayFormat: "{0} " + props.TotaDatalLanguage
1454
+ column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
1455
+ summaryType: "count"
1457
1456
  }), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
1458
1457
  return React.createElement(TotalItem, {
1459
1458
  column: item.columnName,