ods-component-lib 1.17.90 → 1.17.91
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 +0 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1459,13 +1459,6 @@ function grid(props, dataGridRef) {
|
|
|
1459
1459
|
column: "Id",
|
|
1460
1460
|
summaryType: "count",
|
|
1461
1461
|
displayFormat: "{0} " + props.TotaDatalLanguage
|
|
1462
|
-
}), props.sumaryRowItems && props.sumaryRowItems.map(function (item) {
|
|
1463
|
-
return React__default.createElement(dataGrid.TotalItem, {
|
|
1464
|
-
column: item.columnName,
|
|
1465
|
-
summaryType: item.aggregateFn,
|
|
1466
|
-
valueFormat: item.valueFormat ? item.valueFormat : "",
|
|
1467
|
-
displayFormat: props.TotalLanguage + " : {0}"
|
|
1468
|
-
});
|
|
1469
1462
|
})), React__default.createElement(dataGrid.StateStoring, {
|
|
1470
1463
|
enabled: true,
|
|
1471
1464
|
type: "custom",
|