ods-component-lib 1.17.173 → 1.17.174

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 CHANGED
@@ -1534,7 +1534,7 @@ function grid(props, dataGridRef) {
1534
1534
  column: props.totalColumunName == undefined ? "Id" : props.totalColumunName,
1535
1535
  summaryType: "count",
1536
1536
  displayFormat: props.TotaDatalLanguage + " : " + (props.TotalDataCount == undefined ? "{0}" : props.TotalDataCount + " / " + props.TotalPagesize)
1537
- })), props.StateStoring && React__default.createElement(dataGrid.StateStoring, {
1537
+ })), React__default.createElement(dataGrid.StateStoring, {
1538
1538
  enabled: true,
1539
1539
  type: "custom",
1540
1540
  customLoad: customLoad,