line-type-width in dataview only works hardcoded ?

Hi,

…just wondering something easy seems not to work - the item via type in a dataview to automatically take all available width. But no matter which setting (type - width:0, autowidth, no width) I use, it never works. Only when I hardcode browser-window into type - width: xxx it works:

https://snippet.webix.com/7g875h5n

Of course I can do the hardcoded width, but with resizing it becomes a real headache.

Any thoughts very much appreciated,

thanks so much

Frank

try width: "auto"

…great, thanks, I did try only the options suggested in the documentation, but this does actually work, thanks a lot intregal !