mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 16:45:18 +08:00
Add y-scroll to step tables [SCI-7184]
This commit is contained in:
parent
e8add30225
commit
c67213db41
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
|||
colHeaders: true,
|
||||
contextMenu: this.editingTable,
|
||||
formulas: true,
|
||||
preventOverflow: 'horizontal',
|
||||
readOnly: !this.editingTable,
|
||||
afterUnlisten: () => setTimeout(this.updateTable, 100) // delay makes cancel button work
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue