Grails easygrid plugin, Datatable implementation

Posted by Robert Morning on Stack Overflow See other posts from Stack Overflow or by Robert Morning
Published on 2014-06-08T03:18:52Z Indexed on 2014/06/08 3:24 UTC
Read the original article Hit count: 477

Filed under:
|
|

I'm playing with the datatable implementation in the Easygrid plugin and I have to say i love it but I have a question . If i use datatable directly (ie outside of Easygrid) to decorate a table i get a global search box defined above my table . If i use the Easygrid implementation and define my grid in a controller I get filters added for each column but no search box - it is added but then removed somehow either by easygrid itself or some parameter passed to datatable . How can I restore the search box and is this a bug as i would have thought the default implementation of datatable supplied via easygrid should match the default implementation supplied by the vanilla datatable itself? I'm using Grails 2.3.7 and Easygrid 1.6.2 .. Thanks

© Stack Overflow or respective owner

Related posts about grails

Related posts about datatable