Merge pull request #4438 from scinote-eln/ma_SCI_7184

Add y-scroll to step tables [SCI-7184]
This commit is contained in:
artoscinote 2022-09-19 13:56:17 +02:00 committed by GitHub
commit dddbc16a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
});