mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-29 23:46:32 +08:00
Merge pull request #8497 from aignatov-bio/ai-sci-11871-update-column-managment-with-new-column
Update column management with new column [SCI-11871]
This commit is contained in:
commit
066d80e076
1 changed files with 4 additions and 0 deletions
|
|
@ -436,6 +436,10 @@ export default {
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.initializing = false;
|
this.initializing = false;
|
||||||
|
|
||||||
|
if (this.tableState.columnsState.length !== this.columnDefs.length + 1) {
|
||||||
|
this.saveTableState();
|
||||||
|
}
|
||||||
}, 200);
|
}, 200);
|
||||||
},
|
},
|
||||||
saveTableState() {
|
saveTableState() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue