row autoheight

Is it possible to have a list with variable row heights?

If so, how does one implement that?

height:“auto”

http://webix.com/snippet/2104b5b1

It works for list and dataview component only

thanks, definitely not working in an ‘activeList’.
is that a bug?

Can you share a code snippet, where it doesn’t work ?

i type:{ height:“auto” } worked with ‘list’, not ‘datatable’

There’s a datatable-specific solution, http://webix.com/snippet/f11c510a.

thanks, please put that in the documentation - it’s probably helpful for others.

You are right, it would helpful to mention the option in the main docs.

Now it’s described in API reference http://docs.webix.com/api__ui.datatable_adjustrowheight.html as well as related sample provided: http://docs.webix.com/samples/15_datatable/07_resize/10_row_auto_height.html

thanks