This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: subTable in the header of a rich:datatableronanker Apr 30, 2008 11:03 AM (in response to ronanker)Yes it's possible: 
 The code above is *almost* good. A <h:facet> must have only one child.
 So we must add a <h:panelgroup><rich:dataTable value="#{mylist}" var="item" > <f:facet name="header"> <h:panelgroup> <rich:columnGroup> ..... some column titles here </rich:columnGroup> <rich:subTable var="total" value="#{totals}"..... </rich:subTable> </h:panelgroup> </f:facet> ..... some columns here </rich:dataTable>
