@esfaenza/es-table 11.2.34 → 11.2.35

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.
@@ -1817,7 +1817,7 @@
1817
1817
  var columns = this.est.arrayMode ? this.est.arrayColumns : castedView.columns;
1818
1818
  var columnsOrderings = this.est.arrayMode ? this.est.arrayColumnOrdering : castedView.column_ordering;
1819
1819
  var toStore = { columns: JSON.parse(JSON.stringify(columns)), column_ordering: JSON.parse(JSON.stringify(columnsOrderings)) };
1820
- this.prefService.store(this.est.ngControl.name, toStore).subscribe();
1820
+ this.prefService.store(this.est.ngControl.name, toStore, 'preference').subscribe();
1821
1821
  }
1822
1822
  // Rieseguo l'ultima ricerca bindata alla tabella
1823
1823
  // Mi assicuro di farlo dopo l'espansione del changed o rischio che la ricerca mi ridia colonne che in realtà non esistono