tabindex disruption by .cell().data() ?
tabindex disruption by .cell().data() ?
Hi,
I am noticing that when I capture an event that involves datatables and within the function the following action is done:
oFooTable.cell(row,col).data(myVar);
Web page seems to lose their tabindex track, so if you were tabbing from one cell into another (-cells have inner "tab-able" <input> elements-), tab track is lost. It seems like datatables will set focus into that modified element breaking the regular web page tab flow.
What is the actual behaviour about this in datatables? Is there any way to force exclusion of tabindex for certain cells so they won't disrupt anything?
Thanks