Hi,
is it possible to use the Grails "g:sortableColumn" tag to sort by a domain class "hasMany" property count?
class Book { hasMany = [authors: User]}
I want to sort all Books by the number of authors with a "g:sortableColumn" tag in my view, but how? Realy not possible?
Thanks and best regards...