http://webix.com/snippet/b7ffadf5
if click second tab, and again first , tabs not show , need make coustom template inside how ? if not use tabview
cols : [ {
} ]
http://webix.com/snippet/b7ffadf5
if click second tab, and again first , tabs not show , need make coustom template inside how ? if not use tabview
cols : [ {
} ]
Hello,
In case there’s a layout with several components in a multiview cell, the corresponding ID should be given to the topmost view of the cell.
cells:[
{id:"listView", cols:[... ]}
]