Primefaces Datatable search for filter
jakarta-ee, java, jsf-2, primefaces
Solution
You haven't stated your version, but you can use the `enter` event on `filterEvent` since PF 3.2. Earlier version , you can use this javascript workaround
Problem
The default setting updates the table on each keystroke in the filter field.I want to display the result list only when the user enters something and presses enter.