Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

Filter by method #55

Open vmille opened 9 years ago

vmille commented 9 years ago

Hi !

Is there a way to call a filter on a object method return ? For instance, I have 2 dates, and I want to filter on both at the same time and retrieve the oldest. I don't care about which one it is.

Thanks !