0 Replies Latest reply on Jul 1, 2009 3:58 AM by pjmlp

    Getting the filtered rows from a dataTable

    pjmlp

      Hi everyone,

      is it possible to access the information of which rows are being displayed by a dataTable, when filtering is in place?

      Lets say a dataTable is showing 10 out of 300 rows, because of the current filtering values. Now I want to manipulate those 10 rows.

      Can a backing bean have access to such kind of information?

      So far I haven't found much information about it. Using the filterMethod attribute and collecting for which values we have returned true might ork, but it sounds too much of an hack.


      Thanks in advance,
      Paulo