Forum /
Ext JS Community Forums 4.x /
Ext: Q&A /
Answered: Multiline data in TreePanel's cell
Answered: Multiline data in TreePanel's cell
Hi, is there a way to utilize treepanel and display multiline data in cell ? I am using column's renderer to format data in <table> element (2-3 rows) and display it in cell.
Best regards kkris1983
Best Answer Posted by
kkris1983
.x-grid-cell-inner {
height: auto !important;
white-space: normal !important;
}
is the solution, but treepanel column's dot-lines have to be disabled or else there is a visual mess
.x-grid-cell-inner {
height: auto !important;
white-space: normal !important;
}
is the solution, but treepanel column's dot-lines have to be disabled or else there is a visual mess
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us