1 Reply Latest reply on Oct 29, 2009 6:56 AM by ilya_shaikovsky

    rich:datatable, filter, pagination and showNumberOfActualRow

    rbin

      I have a rich:datable in combination with filtering, sorting und pagination. Now I have the requirement to show following data in the footer of the table:
      [actualStartIndex] / [actualEndIndex] from [actualNumberOfRows] -->
      e.g.
      on page one with 15 Rows per page and 250 Rows: 1 - 15 from 250
      on page two with 15 Rows per page and 250 Rows: 16 - 30 from 250

      How can I do that?