ods-component-lib 1.17.51 → 1.17.52

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
@@ -1442,7 +1442,7 @@ function grid(props, dataGridRef) {
1442
1442
  }), React__default.createElement(dataGrid.Item, {
1443
1443
  menuItemRender: renderMenuItem
1444
1444
  })), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
1445
- column: props.keyExpr,
1445
+ column: "Id",
1446
1446
  summaryType: "count"
1447
1447
  }), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
1448
1448
  return React__default.createElement(dataGrid.TotalItem, {