mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 15:45:34 +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(() => {
|
||||
this.initializing = false;
|
||||
|
||||
if (this.tableState.columnsState.length !== this.columnDefs.length + 1) {
|
||||
this.saveTableState();
|
||||
}
|
||||
}, 200);
|
||||
},
|
||||
saveTableState() {
|
||||
|
|
Loading…
Add table
Reference in a new issue