mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Merge pull request #4438 from scinote-eln/ma_SCI_7184
Add y-scroll to step tables [SCI-7184]
This commit is contained in:
commit
dddbc16a50
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@
|
|||
colHeaders: true,
|
||||
contextMenu: this.editingTable,
|
||||
formulas: true,
|
||||
preventOverflow: 'horizontal',
|
||||
readOnly: !this.editingTable,
|
||||
afterUnlisten: () => setTimeout(this.updateTable, 100) // delay makes cancel button work
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue