ods-component-lib 1.17.50 → 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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1439,8 +1439,7 @@ function grid(props, dataGridRef) {
|
|
|
1439
1439
|
menuItemRender: renderMenuItem
|
|
1440
1440
|
})), React.createElement(Summary, null, React.createElement(TotalItem, {
|
|
1441
1441
|
column: "Id",
|
|
1442
|
-
summaryType: "count"
|
|
1443
|
-
displayFormat: "{0} Total Data"
|
|
1442
|
+
summaryType: "count"
|
|
1444
1443
|
}), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
|
|
1445
1444
|
return React.createElement(TotalItem, {
|
|
1446
1445
|
column: item.columnName,
|