ods-component-lib 1.17.88 → 1.17.89

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.
@@ -1251,6 +1251,9 @@ function grid(props, dataGridRef) {
1251
1251
  };
1252
1252
  var customSave = function customSave(state) {
1253
1253
  state.selectedRowKeys = [];
1254
+ state.filterPanel = {
1255
+ filterEnabled: false
1256
+ };
1254
1257
  localStorage.setItem(props.exportFileName + "Storage", JSON.stringify(state));
1255
1258
  };
1256
1259
  useEffect(function () {