Does someone have an example of the headerRenderer that they could share? Does the headerRenderer need to implement the same methods as a cellRenderer - i.e. setValue? Are there any properties (beyond listOwner, getCellIndex, getDataLabel) that are set?
I am trying to create a header in which the text is rotated. Rather than rotating each label, I though I would create a HBox that is rotated. I suspect that the header is not being displayed as it is being clipped. How to I specify the point around which rotation occurs, and then adjust the coordinates to compensate for the rotation ? An example would be great. Thanks

