omnifaces / optimusfaces

Utility library for OmniFaces + PrimeFaces combined

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination Issue Filtering Enum

mydeadlyvenoms opened this issue · comments

Today I found out that filtering on enum columns (normal columns but field is @Enumerated) does not update the Pagination.
Both searches do not have any matches and do not show any rows.

"Non Enum" Column

image

"Enum" Column

image

Reproduced.

I can confirm the implemented solution works fine!
As usual, thank you very much :-)