ods-component-lib 1.17.161 → 1.17.163
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1361,7 +1361,7 @@ function grid(props, dataGridRef) {
|
|
|
1361
1361
|
onRowUpdated: props.onRowUpdated,
|
|
1362
1362
|
onRowRemoved: props.onRowRemoved,
|
|
1363
1363
|
onSaving: props.onSaving,
|
|
1364
|
-
allowColumnReordering:
|
|
1364
|
+
allowColumnReordering: false,
|
|
1365
1365
|
showRowLines: true,
|
|
1366
1366
|
showBorders: true,
|
|
1367
1367
|
columnAutoWidth: props.columnAutoWidth == undefined ? false : props.columnAutoWidth,
|
|
@@ -1531,7 +1531,7 @@ function grid(props, dataGridRef) {
|
|
|
1531
1531
|
})), React__default.createElement(dataGrid.Summary, null, React__default.createElement(dataGrid.TotalItem, {
|
|
1532
1532
|
column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
|
|
1533
1533
|
summaryType: "count",
|
|
1534
|
-
displayFormat:
|
|
1534
|
+
displayFormat: props.TotaDatalLanguage + " : " + (props.TotalDataCount == undefined ? "{0}" : props.TotalDataCount)
|
|
1535
1535
|
})), React__default.createElement(dataGrid.StateStoring, {
|
|
1536
1536
|
enabled: true,
|
|
1537
1537
|
type: "custom",
|