how to use tab key to navigate between columns ?

how to use tab key to navigate between columns ?

hiren.bakhaihiren.bakhai Posts: 1Questions: 1Answers: 0

Hi There,

I am using data table with the excel like keyboard navigation. Example link : https://editor.datatables.net/examples/extensions/keyTable.html

In one of my column I was using select2 as editable control. when you click the property which has select2 control and press any arrow key to navigate. Datatable is not removing select2 control from the dom.

So now instead of using excel like keyboard navigation I have switched to tab between columns. Example link:https://editor.datatables.net/examples/inline-editing/tabControl.html

I have added following properties to my datatable object.
keys: {
columns: ':not(:first-child)',
keys: [ 9 ],
editor: editor,
editOnFocus: true
}

I can navigate using tab key but datatable is not showing any inline editing.

Can you please help me with this ?

This discussion has been closed.