Using two columns without using a html-table

Is is possilbe to divide the form in two cotumns without using an html-table?

for example:

list: [{
type: “input”,
label: “monday from”,
name: “Package”,
value: “”
}, {
type: “input”,
label: “to”,
name: “Version”,
value: “”
}
]

the output will be something like this:

monday from [___________]
to[__________]

Is there also a way to put it in one line without using a htmltable:

monday from [___________]to[__________]

thank you for your help

hi

please check
dhtmlx.com/docs/products/dht … olumn.html

  • make sure parent’s width will enough to place items in a row