Groovy Documentation

grails-app.taglib.com.intelligrape.util
Class RemotePaginationTagLib

java.lang.Object
  grails-app.taglib.grails.plugins.remotepagination.RemotePaginationTagLib

class RemotePaginationTagLib

This tag enables pagination on the list asynchronously.

author:
Amit Jain (amit@intelligrape.com)


Property Summary
static def namespace

def remotePageScroll

This tag enables pagination asynchronously, but unlike remotePaginate it appends latest records to the existing list.

def remotePaginate

def remoteSortableColumn

This tag enables sort in an ascending/descending order on the particular attribute of an object, asynchronously.

 
Constructor Summary
RemotePaginationTagLib()

 
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

namespace

static def namespace


remotePageScroll

def remotePageScroll
This tag enables pagination asynchronously, but unlike remotePaginate it appends latest records to the existing list. Important : This tag currently works only if grails views javascript library uses jQuery.
author:
Amit Jain (amit@intelligrape.com)


remotePaginate

def remotePaginate


remoteSortableColumn

def remoteSortableColumn
This tag enables sort in an ascending/descending order on the particular attribute of an object, asynchronously.
author:
Amit Jain (amit@intelligrape.com)


 
Constructor Detail

RemotePaginationTagLib

RemotePaginationTagLib()


 

Groovy Documentation