3 Replies Latest reply on Jun 14, 2011 3:50 PM by ilya_shaikovsky

    rich:column: sortOrder doing nothing?

    kwutzke

      Hello,

       

      I have a rich:dataTable using rich:column along with the sortOrder attribute. When trying ASCENDING or DESCENDING order I couldn't notice a thing that they were doing differently. That attribute just doesn't seem to work.

       

      Can anyone confirm this with RichFaces 3.3.3? Or is it something I'm missing? Here's my code:

       

      {code}<rich:column sortBy="#{_sgl.getSortProxyFor(rosterHome.id)}" sortOrder="ASCENDING">

          <f:facet name="header">

          Score

          </f:facet>

          ...

      <rich:column>{code}

       

      Karsten