Add y-scroll to step tables [SCI-7184]

This commit is contained in:
Martin Artnik 2022-09-16 11:16:39 +02:00
parent e8add30225
commit c67213db41

View file

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