mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +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,
|
colHeaders: true,
|
||||||
contextMenu: this.editingTable,
|
contextMenu: this.editingTable,
|
||||||
formulas: true,
|
formulas: true,
|
||||||
|
preventOverflow: 'horizontal',
|
||||||
readOnly: !this.editingTable,
|
readOnly: !this.editingTable,
|
||||||
afterUnlisten: () => setTimeout(this.updateTable, 100) // delay makes cancel button work
|
afterUnlisten: () => setTimeout(this.updateTable, 100) // delay makes cancel button work
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue