2 Replies Latest reply on Aug 28, 2012 7:27 AM by ajanz

    get sorted list from extendeddatatable

    ajanz

      i am still using richfaces 3.3.3

       

      on my page i got an extendeddatatable, and a second view which uses the list from the extendeddatatable including sortorder.

       

      how can i get the current sorted list from that table? is there a chance?

       

      i tried

       

       

      list = page.getDataModel().getDataProvider().getItemsByRange(0,page.getResult().size());

       

      but this is still unsorted.