Dear Shai.
I would like to ask you a question.
I want to make a table cell with multip-line. So i override cell component as a TextArea (createCell() function).
It can display with multip-line but I got a table column problem. Its size displays in that way i dont expect.
I saw that the size of column in 2 below cases similar with each other. One case I use "\n" to make new line and the other is my test.

Is there any way to make multip-line in table cell with preferred size ?
Thanks