How it works the filterMatchMode from PrimeFaces DataTable?

Viewed 26087

Primefaces Datatable let you configure the filtering type you use for a column, using the property filterMatchMode.

Nonetheless, if you use LazyDataModel you have to implement your own search method, which doesn't receive that property at all. is this feature only useful for normal DataModels?

1 Answers
Related