How to use jquery grid formatter for links with grails ?
- by Neoryder
I have this column in a html table in my gsp.
<td><g:remoteLink action="show" id="${a.id}" update="form">${a.name}</g:remoteLink></td>
I'd like to use jquery grid http://www.trirand.com/blog/?page_id=6 with my grails application.
I'd like to format the above link for use in a jquery grid column.
Does anybody know how to do this?