{id:"mview_owner", animate:false,
cells:[
{id:"dashboard",template:"dashboard"},
{id:"owner",
rows:[
{ type:"header", template:"Owner" },
{
height: 35,
view:"toolbar",
elements:[
{view:"text", id:"list_input",label:"Filter list by a Owner name",css:"fltr", labelWidth:200}
]
},
{
view:"list",
id:"list_owner",
template:"{common.itemIcon} #owner_code# - #owner_name#",
type:{
itemIcon:"<span class='webix_icon fa-user'></span>",
},
yCount:10,
select:true,
width:700,
url:"load_all_owner.php",
pager:"bPage"
},
{
view:"pager", id:"bPage", size:10, group:5
}
]
},
{id:"property",template:"property"},
{id:"element", template:"element"},
{id:"asset", template:"asset"},
{id:"planning_campaign", template:"planning_campaign"},
{id:"data_gathering", template:"data_gathering"},
{id:"data_analisys", template:"data_analisys"},
{id:"reporting", template:"reporting"}
]
}
Good morning , I hope that the code can be read !
I have a multiview well structured and I need to add two other lists alongside the existing one ! How can I do? you can split the cell multiview in multiple columns ?
Thank you