Remote Pagination Plugin
6% of Grails users
Dependency :
compile ":remote-pagination:0.4.4"
Summary
Remote-Pagination plugin provides tags for pagination and to sort columns without page refresh, using ajax and loads only the list of objects needed. It supports multiple paginations as well. More than one remotePaginate, remotePageScroll, remoteNonStopPageScroll and remoteSortableColumn can be used on the same page unlike non-ajax pagination tags.
Installation
grails install-plugin remote-pagination
Description
Please see the user guide for official documentation.