Using DataTable in lazy mode has events for (page, sort, state-restore) while for filters I didn't figure out how to listen to the filter events. For the global filter I'm using @input="onFilter" but ...
In this blog I described how to convert list objects to DataTable. There are several method to convert list objects to DataTable. In this blog I used List interface for conversion. Private Function ...
I can't filter by Bob Smith, If I type "Bob Smith" in global filter box, there is nothing displayed in Datatable. (You can try search in https://www.primefaces.org ...