Row-wise tabbing with Keytable
Row-wise tabbing with Keytable
rsrs
Posts: 8Questions: 4Answers: 0
Hi,
is it possible to implement a behavior, that tabbing between cells via tabulator key is not done column-wise, but row-wise?
Thanks in advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @rsrs ,
It is possible, but not with the tab key. The tab key is hard-coded to do the row across navigation. You can though, as in this example, code another key (here it's the 'j' key) to be able to do that navigation.
Hope that does the trick!
Cheers,
Colin
Hi colin,
thanks for the answer. Good to know.
I reworked the library a little bit, so now it works also for tab key.
hi, can you help me with the code, i need nav with nav key, thank you