Description
There is a possibility to specify CSS class for the column. But class is applied only for header and data cells and not for cell which contains filter.
Btw, it will be very good if instead of
@Override
public String getCssClass()
there were some GET/SET methods. Sometimes it's inconvient to override Column class just to specify CSS class for that column.