3 Replies Latest reply on May 12, 2009 10:22 AM by ilya_shaikovsky

    sortMode and sort of rich:column

    nimo22

      I have a rich:extendedDT with a sortable column:

      <rich:column id="rowAge" label="Age" sortable="true" sortBy="#{_a.age}">
      </rich:column>[
      
      <rich:column id="rowTest" label="Test" sortable="true" sortBy="#{_a.test}">
      </rich:column>
      /code]
      
      
      I click the header of "Age" to sort the table by Age.
      
      So the actual sorted column is "Age" with the value "ASCENDING".
      
      All works, but how get I access to the actual sorted column with the actual sortOrder" within my managedBean or jsf?