In the example below,
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER,
new BeveledBorderDecorator(
new VerticalTextPainter(false, true, true)),
DisplayMode.NORMAL,
GridRegion.COLUMN_HEADER);
the column header text is vertically aligned, how can I apply this styling to a particular column instead of all columns, Looking for guidance. Thanks in advance