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.js
CHANGED
|
@@ -1443,8 +1443,7 @@ function grid(props, dataGridRef) {
|
|
|
1443
1443
|
menuItemRender: renderMenuItem
|
|
1444
1444
|
})), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
|
|
1445
1445
|
column: "Id",
|
|
1446
|
-
summaryType: "count"
|
|
1447
|
-
displayFormat: "{0} Total Data"
|
|
1446
|
+
summaryType: "count"
|
|
1448
1447
|
}), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
|
|
1449
1448
|
return React__default.createElement(dataGrid.TotalItem, {
|
|
1450
1449
|
column: item.columnName,
|