Here is a snippet http://webix.com/snippet/77ede885
Is there any way to make dataview change height automatically. I tried to set type.height to “auto” or sizeToContent: true but both broke view
Here is a snippet http://webix.com/snippet/77ede885
Is there any way to make dataview change height automatically. I tried to set type.height to “auto” or sizeToContent: true but both broke view
Thank you for the bug report. We will provide a fix in one of the future updates.
For now you can use Webix List instead of Dataview, they are almost identical. As far as I see, you need only one item per row (xCount:1
), so List will do the job: http://webix.com/snippet/0b58fecb