i want to sort div respond browser size..

I would like to respond to the browser size and sort the div.

ex) browser size = 2000

<div></div><div></div><div></div>

browser size = 1500

<div></div> <div></div>

how to sort cols or rows grid??

Webix has an opportunity to rearrange views automatically using the responsive layouts. Check our sample:

http://docs.webix.com/samples/01_layout/11_responsive.html