1 Reply Latest reply on Jun 20, 2007 11:55 AM by sillyspheres

    Specify the alignments for the column header and data

      I define a rich:column like this

      <rich:column>
       <f:facet name="header">
       <h:panelGroup>
       <a4j:commandLink ... /><h:outputText ... />
       </h:panelGroup>
       </f:facet>
       <h:outputText ... />
      </rich:column>
      By default, the header is center-aligned and the data is left-aligned. How can I make the header and data be aligned in a different way?