Editor tabbing issue
Editor tabbing issue
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.
Replies
Here are examples -
http://live.datatables.net/nodeleja - with all columns tabbable
http://live.datatables.net/hiteyani - first two columns excluded (click on col 3, tab through and it doesn't tab to col 8)
Hi,
Thanks for letting me know about this. I'm afraid you've encountered a bug in the current KeyTable release. There is a logic error that is causing the issue. I've just committed a fix and the nightly version it up-to-date with this change if you would like to use it from there.
Regards,
Allan
Super, works great. Thanks Allan.