Grails-Plugin-Consortium / grails-filterpane

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

Order by associatedProperties looks not working. #58

Open uehaj opened 9 years ago

uehaj commented 9 years ago

Thx for great and useful work! I'd like to report an issue.

When specify associatedProperties attribute to filterpane:filterpane tag, the tag generates input field and "Order by " select field for the property.

When I tried, filtering with associated properties works well, But it looks no effect to sort order, and "order by" clause is not found on the HQL query. Is this a problem?

Ideally, I hope "click column header to sort" works as well as grails standard scaffold works.

a200612 commented 8 years ago

Anyone working on this?

ugger commented 7 years ago

I ran into this issue, i have written a fix for it. #74