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.
package/dist/index.js CHANGED
@@ -1455,9 +1455,8 @@ function grid(props, dataGridRef) {
1455
1455
  }), React__default.createElement(dataGrid.Item, {
1456
1456
  menuItemRender: renderMenuItem
1457
1457
  })), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
1458
- column: "Id",
1459
- summaryType: "count",
1460
- displayFormat: "{0} " + props.TotaDatalLanguage
1458
+ column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
1459
+ summaryType: "count"
1461
1460
  }), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
1462
1461
  return React__default.createElement(dataGrid.TotalItem, {
1463
1462
  column: item.columnName,