i want to make responsive template

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?

Check http://webix.com/snippet/4de8e537

If you set the minWidth instead of width, the behavior will be similar to one, necessary in your case.