How to copy/paste into newly added row
I have a Vue.js / Tabulator setup where you can add new rows to the bottom of the table, as well as do range selection and copy/paste. Problem is that currently it’s not possible to paste into newly added rows. It gives the warning No bounds defined on range
in the console when I try it, without pasting the data.
Tabulator – How to copy/paste into newly added row
I have a Vue.js / Tabulator setup where you can add new rows to the bottom of the table, as well as do range selection and copy/paste. Problem is that currently it’s not possible to paste into newly added rows. It gives the warning No bounds defined on range
in the console when I try it, without pasting the data.