Suggestion for KeyTable form option

Suggestion for KeyTable form option

RagingTrollRagingTroll Posts: 34Questions: 3Answers: 0

It would be nice if we have an extra option that will focus the first cell of the table after pressing tab on the input above the table.
Now in order to achieve that we have to move the special div as the first child of the table wrapper.

An example of the behaviour we want:
http://live.datatables.net/delaroq/3/

it would be nice if we had another option like tableFocused callback that will be executed when the added "hidden" input will get focus.

Now we have to manually find that "hidden" input and subscribe to the focus event (little hackish :))

An example:
http://live.datatables.net/delaroq/4/

This discussion has been closed.