5 Replies Latest reply on Mar 18, 2010 8:47 AM by nbelaevski

    Is there anyway of getting the filtered rows of a datatable in managed bean

      Hello All,

       

                   I am posting this thread once again. I want to export the data table seen on screen to a csv file. So when dataTable is filtered based on some column value, then how will be I able to get these rows in a managed bean using HtmlDataTable or something else. I mean if initially, there were 100 rows and someone comes to filter the table based on employee name i.e. Martin and the new row count becomes 5. Then how will I be able to export only these 5 rows. An example will be a great help.