I notice that when a TTTableStyledTextItem is added to a table, the height is automatically set to 4 lines, even when there is more text. I tried simply subclassing TTTableStyledTextItemCell and setting the height, but this only increases the height of the cell and doesn't buy you more text inside of it. Subclassing various items (not cells) hasn't worked either as I'm unable to get the styled text to even show up when I do this.
Has anyone been successful in showing long styled text inside of a table?
This answer seems to imply there's a way to do it, but I can't grok the explicit way.
Thanks!