Datatable cell wrap

Hi Team,

Is it possible to wrap text in cell please ?

https://snippet.webix.com/mjjc4ig1

if i use rowLineHeight:25, all cell are vertical aligned to top : is it possible to vertical align to top only one column please ?

Regards,
Xavier

I donĀ“t know if I get your question right, but maybe this snippet can help you:
https://snippet.webix.com/imfo2su2
It uses the adjustRowHeight function: adjustRowHeight of ui.treetable, Methods Webix Docs
You can play with the width property of your label to see what better suits your needs.

Regards.

Hi @juliomorales98

thankyou for your help

Is it possbile to enable it only for one column ?

Hi @XavierDP ,
You can wrap cell content into html element and align the other columns to middle.
Please, check the snippet: Code Snippet