I am using the dataTable component with the paginator in a search utility which works great but having a problem to reset paginator page to the first page. for example you are on page 6 of the paginator and you perform a new search, the dataTable gets reloaded with the new data but, the page number is not reset to 1 it remains on 6.
I'm using PF 3.4.2. any idea?
update="myTableId"
to your search component – Daniel<p:commandButton icon="ui-icon-search" value="Find" actionListener="#{searchBean.searchCertif}" update="displayResult"/>
– callafaonclick="wdg_dataTable.getPaginator().setPage(0);
– callafa