4 Replies Latest reply on Mar 30, 2011 2:34 PM by yirco

    4.0.0.CR1 - dataTable, sorting, filtering, pagination

    yirco

      Hi,

       

      I followed the sorting example:

      http://richfaces-showcase.appspot.com/richfaces/component-sample.jsf?demo=dataTable&sample=tableSorting&skin=blueSky

       

      It works fine, but if I add pagination, particularly the rows attribute

       

      <rich:dataTable value="#{capitalsBean.capitals}" var="cap" id="table" rows="5">

       

      it will only sort the first time. Additional clicks will not change the order. Is there an example for 4.0.0.CR1 that combines:

      - sorting

      - filtering

      - pagination

       

      Thank you.