Hi everyone,
I have a radio in a form, with many options defined harcoded.
Is it possible to split the view of the options in more than one column?
For example with 8 options, 4 in the first column and the the others on a second column.
I didn’t find any solution with webix.
Many thanks.
Hello @gferrigno,
To split a column by two columns (having one array of options), you can use the CSS-property column-count
with value 2
for the selectors: Code Snippet.
Don’t forget to set vertical: true
for the radio
, so that the initial display is a single column.
You can adjust the width of the cells via layout.
1 Like