I'm adding a column that has a color, the default styling has margins that are too wide. I've added a styling to fix that. This works, until I specify a header (I don't want any header text, but to keep column sorting from messing up, apparently I have to specify, so its "").
What happens is that the header causes the whole column to be too wide again. However, how do I change this header's styling? I don't really want to change all the headers though.
colorColumn.setCellStyleNames("SkinnyColumn");
table.addColumn(colorColumn, "");