Treetable with carousel for grouped element

Hello gyes, I need you help.

I have treetable with structure like this http://prntscr.com/j0zmej
https://snippet.webix.com/j3blvoel

But I want make carousel slider for grouped items
like this http://prntscr.com/j0zpj3

how can i do this??? Thanks for you answers

Hello @Lucky ,
Unfortunately, there is no way to solve the issue by treetable.
As a solution, you can use similar data component GroupList widget.

Thanks Nastja, I’ll try )

GroupList, doesn’t have dynamic loading :frowning:

While it is a bit dirty you can have a carousel widget with 2 cells, each hosts the treetable.
TreeTable in the first cell doesn’t have the treeitem template in column’s config. So you can’t open branches but can select the top level items only. The second cell of carousel hosts treetable which is bound to the component in the first cell and shows a list of item in the selected branch.

https://docs.webix.com/desktop__binding_details.html#bindingrules

In such case, after selecting item in the first table, you can just show a second cell, where will be a table with the list of related items.

Thanks @maksim … I think it’s will be very funny ))))

I found another way
I used slick slider …

https://jsfiddle.net/dsqwared/ms7yqxeu/4/