CellConfigAttributes.CELL_STYLE, cellStyle);
// Register custom painter, paints bars
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER,
new PercentageBarCellPainter(), DisplayMode.NORMAL,
GridRegion.BODY.toString());
// Register custom converter, converts to percentage
configRegistry.registerConfigAttribute(
CellConfigAttributes.DISPLAY_CONVERTER,