I have a DataTable and want to persist filters. I can save filter values and put them back by calling the datatable. I put filter values back on rendering. Now i want the table to be filtered.
Yes, i want to call a service and to get all data from it Then i want to filter the table with values staying in filter fields.
I can't find a solution to start the filtering after the table got rendered. Solution with overriding PrimeFaces methods can't be used in my situation.
Update:I'm trying not to use additional js, if a problem could be solved with Java or xhtml
I'm using Primefaces 3.5
Do you have any ideas?
Thank you! :)