0 Replies Latest reply on Jul 26, 2007 10:00 PM by tonylmai

    How to assign alignment for f:facet belongs to a rich:dataTa

      Hello

      The following code (align="left") does not seem have any impact on the header's alignment for this table:

      <rich:dataTable id="gblIndices" rows="5" width="20" columnsWidth="20,10,10">
      
       <f:facet name="header" align="left">
       <h:outputText>Header</h:outputText>
       </f:facet>
      ...


      How do I make the header of this table align to the left?

      Thanks
      -tony