I want to be able to render some Choice Chips inside a NatTable cell. For that I would need a custom cell painter to be able to paint the widgets. Unfortunately, I am not very experienced with NatTable painters. Of course, the first step would be to extend the abstract class which is AbstractCellPainter, but not sure what to do in the paintCell method.
TIA.
I only tried creating a custom cell editor. There, it works, but I want it to show on DisplayMode.NORMAL, not in edit mode.