ods-component-lib 1.17.36 → 1.17.37
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 +2 -10
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -10
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1422,16 +1422,8 @@ function grid(props, dataGridRef) {
|
|
|
1422
1422
|
}), React.createElement(Item$1, {
|
|
1423
1423
|
menuItemRender: renderMenuItem
|
|
1424
1424
|
})), React.createElement(Summary, null, React.createElement(TotalItem, {
|
|
1425
|
-
column:
|
|
1426
|
-
summaryType: "count"
|
|
1427
|
-
displayFormat: "{0} Total Data"
|
|
1428
|
-
}), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
|
|
1429
|
-
return React.createElement(TotalItem, {
|
|
1430
|
-
column: item.columnName,
|
|
1431
|
-
summaryType: item.aggregateFn,
|
|
1432
|
-
valueFormat: item.valueFormat ? item.valueFormat : "",
|
|
1433
|
-
displayFormat: "Total: {0}"
|
|
1434
|
-
});
|
|
1425
|
+
column: props.keyExpr,
|
|
1426
|
+
summaryType: "count"
|
|
1435
1427
|
})), React.createElement(StateStoring, {
|
|
1436
1428
|
enabled: true,
|
|
1437
1429
|
type: "localStorage",
|