1 2 Previous Next 16 Replies Latest reply on Mar 12, 2010 6:02 AM by nbelaevski

    How to catch sorting event on Extended Data Table

      Hi,

       

      I use List to display data in Extended Data Table:

       

      @PostConstruct

      private void init(){

           List<Employee> employees = DB.getResultSet(sql);

      }

       

      My problem is that the same list is also data provider for BIRT report. When user makes sorting on any column in table, this behavior isn't populated to the List with data and in BIRT report there is old rows order from SQL result set. My requirement is that both rows order (on the page and in the BIRT report should be synhronized).

       

      Thanks for help,

      Kuba

        1 2 Previous Next