Preserving tabindex when updating the contents of a cell

Preserving tabindex when updating the contents of a cell

carrrcarrr Posts: 3Questions: 3Answers: 0

Is there a way to maintain the tabindex when updating contents of a cell using the API? After calling the draw() method, the tabindex starts over at the beginning of the page. If this is not possible with DataTables, is it possible with Editor?

Here's an example:

http://codepen.io/taykahike/pen/PPQbGN

This discussion has been closed.