Dynamic Web Page with Webix Form

Hello, I have a trouble here. I have a big fullpage form, with bunch of rows, each of them consists of couple cols. Is it possible to make page totally dynamic? I mean, after resizing browser page to mobile view, columns in each row should rebuild in row-like form, one below another. Thank you

Yep, it is possible

http://docs.webix.com/desktop__responsive_layout.html

You can set “responsive” to the top level rows laout, so, when there will be not enough space, all elements will move self to the “rows” structure.

Thanks, I’ll try it