There is a form which is already created I want to add few item to it as cols, how can we do this??

There is a form which is already created I want to add few item to it as cols, how can we do this??

form.addView is adding new fields as rows.

Hello @webix_B_123 ,
You can wrap a collection of subviews in the cols:[...]:

$$("myform").addView({cols:[ //a collection of subviews ]});

Please take a look at the snippet:
https://snippet.webix.com/ufz3irtc