FilterPane - EmbeddedId

G

gevovlockas

Guest
I'm working on a project with Grails 2.3.11 and the plugin FilterPane 2.3.3. In my database I have a table whose id is compound by tree columns and I need to filter by those fields of the id.
In the Entity the id is of type EmbeddedId.

Is it possible to do this?

Thanks!
 
Top