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
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 @XavierDP ,
You can wrap cell content into html element and align the other columns to middle.
Please, check the snippet: Code Snippet