Position label to right of view

Hi all,

Is there any way built into Webix to place the label to the right of a component? Judging from the documentation, only placing it to the left and above the component seems to be supported. I’ve made a workaround by placing them in columns in a layout, but I’d prefer to something that’s a bit cleaner or that at least works without having to tune widths exactly.

Thanks!

Hi,

You can try to apply float: right style to control label:

http://webix.com/snippet/b465fdb7

Sorry for the late response, thanks! That’s a much cleaner solution than the table I had ended up using