Issue Combining KeyTable navigation with editOnFocus, Inline Editing and Server Side Processing

Issue Combining KeyTable navigation with editOnFocus, Inline Editing and Server Side Processing

lordsigmundlordsigmund Posts: 1Questions: 1Answers: 0

https://live.datatables.net/gehekaxe/1/edit

Example given above.

I am trying to implement KeyTable navigation in my table which uses server side processing and inline editing. When pressing tab to move focus to the next column, if I am currently editing a cell, the next focused cell will not be moved to edit mode and only be focused.

This only seems to be the case if the serverSide option is set to true, otherwise pressing tab in an editing cell moves focus to the next cell and starts editing that one too.

Could someone help me out as to why this is happening please?

Sign In or Register to comment.