Subrow layout is off.

I want to use styled subrow with treetable.
But The layout is off.
Can you tell me how to solve it?

https://snippet.webix.com/0ocz1cqb

thanks and regards!

Hi, @keisuke
you need to define custom subRowHeight
try to use subRowHeight:"auto" in table config.
you do not have to set height explicitly in html.
https://docs.webix.com/api__ui.datatable_subrowheight_config.html
https://snippet.webix.com/izeg9na4

btw: subRowHeight may have numeric values as well as auto.
not mentioned in docs.

@intregal
Thank you so much!