2 Replies Latest reply on Nov 24, 2008 5:45 AM by konstantin.mishin

    multirows header in rich:scrollableDataTable

    oni_ffm

      hi,
      i want that header of my data table consist of 3 text lines. I tried with rich:dataTable and it work fine, but with rich:scrollableDataTable not

      <rich:column id="position" sortExpression="#position.key.prozess}">
       <f:facet name="header">
       <h:panelGroup>
       <h:outputText value="position" /><br />
       <h:outputText value="key" /><br />
       <h:outputText value="prozessstellentyp" />
       </h:panelGroup>
       </f:facet>
      


      something wrong with scrollableDataTable?
      thanks in advance