I need to implement data table with vertical header orientation and header that's take not whole row, through one cell(like in image fifth row)
Update: solution is to use <rich:column styleClass="rich-table-subheadercell"> ...
I'm new to JSF and Richfaces...
Our web application uses JSF 1.2 and Richfaces 3.1. We have a problem when the user does multiple click on the rich:datatable header to sort ...
In the header column of <rich:extendedDataTable> I need to add two output texts in a single line as header label with different style class. How can I do this? I tried ...