Problem with Treetable and Datatable

Hi webix team, at snipped http://webix.com/snippet/42056d21 I have the following behavior: click on names the userdata appears then click on default the default appears then click on names the userdata not appear - thanks for advice

Hi,

As quick solution, wrap the userDatatable in webix.copy
http://webix.com/snippet/02b6ea95

Also, instead of recreating datatable each time, you can have a multiview where both datatable and a table are attached to the cells, and only visiblity of active view is changed

Hi maksim, it works great, thanks