http://webix.com/snippet/a7e16671
webix.ui({
view:“layout”, //optional line
responsive:true,
cols:[
{view:“template”,width:300,height:300},
{view:“template”,width:300,height:300},
{view:“template”,width:300,height:300}
]
});
i want to make template responsive.
When the width of the page width is 900, expression 3 template in a row .
and a width of less than 900 pages, expression 2 template in two row
like this
OO
O
how can i do this?