treetable - skip group header line

Hi; Is it possible to skip (jump over) the group header lines in Treetable, when moving around with arrow keys?
//JK

Hello @jkbi,

Hi; Is it possible to skip (jump over) the group header lines in Treetable, when moving around with arrow keys?

Yes, it is possible to modify the default navigation logic. The moveSelection method is the one responsible for this functionality, you can create a custom component while providing your own logic for the moveSelection method. Here is an example of a treetable with custom navigation: https://snippet.webix.com/84fmzddf.

thx :slight_smile: