How to use jquery grid formatter for links with grails ?

Posted by Neoryder on Stack Overflow See other posts from Stack Overflow or by Neoryder
Published on 2010-04-05T10:39:28Z Indexed on 2010/04/05 10:43 UTC
Read the original article Hit count: 344

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about grails