Hi,
I'm using editor, inline editing and keys to allow tabbing across the table. If I dictate the clickable columns as so -
columns: [1, 2, 3, 4, 5, 6]
everything is fine.
If I dictate the columns as so -
columns: [2, 3, 4, 5, 6]
in addition to the first column (as expected), I can't tab to the last column.
If I do -
columns: [3, 4, 5, 6]
I can't tab to the last 2 columns and so on. I copied the code exactly as per the tabbing example on the editors section of the website, using all up to date libraries.