KeyTable / DataTable row navigation
KeyTable / DataTable row navigation
Hi all,
Quite simple question. Is it possible to navigate whole rows (that is, only use up/down arrow) and fetch data from a specific column using a combo of datatables and keytable?
If so, can you point me to some documentation? (I've noticed that the keytable "intro" states the following:
"..... be assigned to individual cells, columns, rows or all cells ...." why I suspect, that this should be possible :)
BR Hoof
Quite simple question. Is it possible to navigate whole rows (that is, only use up/down arrow) and fetch data from a specific column using a combo of datatables and keytable?
If so, can you point me to some documentation? (I've noticed that the keytable "intro" states the following:
"..... be assigned to individual cells, columns, rows or all cells ...." why I suspect, that this should be possible :)
BR Hoof
This discussion has been closed.
Replies
The text in the intro you allude to is referring to events, not the navigation.
Allan
Thanks any way! :)
Hoof, would you consider posting how you did that?
Any update on this being implemented allan?
Update CSS for KeyTable to
table.KeyTable tr.focus {
outline: 3px solid #3366FF;
outline-offset: -3px;
}
will do the job for you.