How do customize the g:sortableColumn?

Posted by kakaotalk on Stack Overflow See other posts from Stack Overflow or by kakaotalk
Published on 2012-06-01T12:11:21Z Indexed on 2012/06/01 22:40 UTC
Read the original article Hit count: 143

Filed under:
|

Well, I have one column in my list that I need to customize, the thing is grails' own g:sortable doesn't work. For instance, my first column shows employee ids, then my second column, shows the employees full name where full name is a combination of first name and last name. I got it to work, sorting and all, but when I try to place it in a table with g:sortable, the g:sortable just wouldn't work. I'm thinking about passing params around but it's a bit tricky. Any suggestions?

I've looked around the internet, and seems like nothing. :\

© Stack Overflow or respective owner

Related posts about grails

Related posts about groovy