Append custom style to a GWT CellTable (in this case all cells)

Viewed 11147

I have a case where I want to append

white-space: nowrap;

to the style of each cell in my CellTable. Currently it applies to all tables, but it would be nice to know both have to apply it for a specific CellTable, and all CellTables.

2 Answers
Related