dataview

Hi.

I have for each row, a textarea that can have different heights because text can be long or short. With a table, it’s automatic. How can i tell the dataview to set the good height for each row. Actually dataview set the same height for each row. I can’t use the $height, because i don’t know the height.

Hi, can you please provide a sample of your implementation? Is it an editor or an activeContent component?

Hi Listopad.

https://webix.com/snippet/4a2a3768
I want the first row to size at the good height

Thanks to help me

Hello,

For your use case it’s better to use List, not Dataview (assuming xCount:1). List items can have variable height depending on their content.

Please, check the related snippet: https://webix.com/snippet/2d48d9d9