Treetable freeze parent of branch on scroll

Hi,

I have an issue about scrolling with opened branches.

https://snippet.webix.com/l45dxu8l

For usability reasons it would be convenient to show the parent row always on top. Is there any possibility to solve this?

Hello,

Unfortunately, treetable (its inner grid) have no such feature, as it works with hierarchical data structures.
The topSplit and freezeRow features are supported only in the ui.datatable (data widget with a plain one-level data structure).

Maybe it will be interesting for you:
in Webix you can insert a sub-grid or a sub-form into Datatable
https://docs.webix.com/datatable__subviews.html

sub-grid can be useful: https://snippet.webix.com/a9064220