No active next editor in datatable when using tab if next cell is disabled using onBeforeEditStart

Pressing tab inside an active editor should open the next editor in the datatable. If the next cell has an editor but is disabled using onBeforeEditStart the current editor will close but the next one wont open. I would expect to skip the one disabled and open the next one.

example Code Snippet

Is this intended behaviour? And is there possible a workaround without rewriting editNext/_find_cell_next

Good day @Jendrik!

Yas, this behaviour is intended. To workaround this, before calling return: false, call editCell() for next/previous cells.

is there a possibility to check if the event was triggered by a mouseclick or by using tab. If not this will only lead to opening some unwanted editor if the user clicks somewhere where editing is disabled