Groovy Documentation

grails-app.taglib.org.grails.grailsui
Class DataTableTagLib

java.lang.Object
  grails-app.taglib.org.grails.grailsui.DataTableTagLib

class DataTableTagLib

Property Summary
static def COL_KEYS

def dataTable

DataTable creates a YUI DataTable component markup with JavaScript to transform it.

def dataTableTagLibService

def grailsUITagLibService

static def namespace

 
Constructor Summary
DataTableTagLib()

 
Method Summary
private def configureCellEditors(def colDefs)

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

Property Detail

COL_KEYS

static def COL_KEYS


dataTable

def dataTable
DataTable creates a YUI DataTable component markup with JavaScript to transform it.
id:
id
@resultsList expected JSON root of the data to populate the table @sortedBy initial column to sort by. This should be in defined in the columnDefs mapping, unless allowExclusiveSort=true, in which case the server will have to handle the initial sorting. @sortOrder asc or desc @rowExpansion true/false, will attempt to find a url to load additional markup in an expansion element on row click @allowExclusiveSort default is false, when true will allow unrecognized column names to be used as initial sort value


dataTableTagLibService

def dataTableTagLibService


grailsUITagLibService

def grailsUITagLibService


namespace

static def namespace


 
Constructor Detail

DataTableTagLib

DataTableTagLib()


 
Method Detail

configureCellEditors

private def configureCellEditors(def colDefs)


 

Groovy Documentation