ajaxgrailsgrails-3.0.9

AJAX search in grails


Is there any plugin that supports AJAX search in Grails 3.x? It should load search results in the current page instead of open a new page/view.


Solution

  • I've finally done it completely in JavaScript. It may be possible with the plugin Ajaxdependancyselection mentioned by @vahid but for me it was a lot easier to just do this with JQuery.