KeyTable / DataTable row navigation

KeyTable / DataTable row navigation

HoofHoof Posts: 2Questions: 0Answers: 0
edited September 2012 in KeyTable
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

Replies

  • allanallan Posts: 61,322Questions: 1Answers: 10,023 Site admin
    Currently no - KeyTable is cell navigation only. It is a goal to add row / column navigation, but it isn't currently implemented. Patches are welcome :-)

    The text in the intro you allude to is referring to events, not the navigation.

    Allan
  • HoofHoof Posts: 2Questions: 0Answers: 0
    Alright... I've mimicked it with styling and a (null,null) event. That works just fine for me :)

    Thanks any way! :)
  • jrichviewjrichview Posts: 36Questions: 7Answers: 0

    Hoof, would you consider posting how you did that?

  • Godrules500Godrules500 Posts: 25Questions: 13Answers: 0

    Any update on this being implemented allan?

  • jignesh2882jignesh2882 Posts: 1Questions: 0Answers: 0

    Update CSS for KeyTable to

    table.KeyTable tr.focus {
    outline: 3px solid #3366FF;
    outline-offset: -3px;
    }

    will do the job for you.

This discussion has been closed.