Tree inside data table cell

Hi,

Is it possible to have webix tree inside, webix data table cell? If yes, could you please provide a sample snippet?

My requirement is to have a data table. On clicking a cell, cell turns editable and displays a tree inside cell. User will check the nodes (some way to close the tree). Values of all the checked nodes should be displayed in the respective table cell.

Regards,
Gaurav

Hi Gaurav,

There is not such a built-in feature. DataTable allows to use multiselect as an editor:

http://docs.webix.com/samples/60_pro/01_datatable/04_editors/08_editor_multiselect.html

However, you need an editor based on Tree. Unfortunately, there is not an easy solution. You can contact our sales team about customization if it is needed.