Format text in table, e.g. making it fat

Hi guys,

is there any way to make text
fat
(e.g. with HTML-tags) in a table if I declared the datatype as a
String
like this:

analysisTable.addContainerProperty("Sentence", String.class, null); 

Or is my only change to change the rowtype to Label and use the html possibilities there?

The reason why I don’t just use Labels in my table is that I’m afraid that one label for each row might decrease the performance.

Can anyone give me feedback on this? I guess more people might have my question, but sadly I couldn’t find any answer while researching on it.

I’m a bit of in a hurry, if someone could help me with his / her experience I would be very happy :slight_smile: