Is it possible to change the orientation of the facet header in a primefaces DataTable? Basically I want something like this: http://www.primefaces.org/showcase/ui/datatableBasic.jsf but with Model/Manufacturer/Year/Color to be written vertically (BUT with all the text from the table to stay horizontal).
I know I can rotate the text with css but then I have to manually set the width and height of the header, which is a bit annoying as the whole table will be dynamic (http://www.primefaces.org/showcase/ui/datatableDynamicColumns.jsf). Since the dataTable sets the W and H for the "unrotated" text.