Update column managment with new column [SCI-11871]

This commit is contained in:
Anton 2025-05-09 12:10:07 +02:00
parent 3d7c433c2e
commit 2684b21a44

View file

@ -436,6 +436,10 @@ export default {
setTimeout(() => {
this.initializing = false;
if (this.tableState.columnsState.length !== this.columnDefs.length + 1) {
this.saveTableState();
}
}, 200);
},
saveTableState() {