ods-component-lib 1.17.161 → 1.17.162

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.
@@ -1350,7 +1350,7 @@ function grid(props, dataGridRef) {
1350
1350
  }, React.createElement(DataGrid, {
1351
1351
  dataSource: props.dataSource,
1352
1352
  keyExpr: props.keyExpr,
1353
- allowColumnResizing: false,
1353
+ allowColumnResizing: true,
1354
1354
  columnResizingMode: "widget",
1355
1355
  onContentReady: props.onContentReady,
1356
1356
  onRowInserted: props.onRowInserted,
@@ -1527,7 +1527,7 @@ function grid(props, dataGridRef) {
1527
1527
  })), React.createElement(Summary, null, React.createElement(TotalItem, {
1528
1528
  column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
1529
1529
  summaryType: "count",
1530
- displayFormat: " `${props.TotaDatalLanguage} : ${props.TotalDataCount ==undefined ? {0} : props.TotalDataCount}`"
1530
+ displayFormat: props.TotaDatalLanguage + " : " + (props.TotalDataCount == undefined ? "{0}" : props.TotalDataCount)
1531
1531
  })), React.createElement(StateStoring, {
1532
1532
  enabled: true,
1533
1533
  type: "custom",