Class Index | File Index

Classes


Namespace jQuery.tabulate.options.keys

Contains the names of keys in the data set.
Defined in: jquery.tabulate.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Keys help tabulate find relevant information in your data set.
Field Summary
Field Attributes Field Name and Description
<static>  
jQuery.tabulate.options.keys.count
The key that will store the total record count.
<static>  
jQuery.tabulate.options.keys.data
The key containing the core table data.
Namespace Detail
jQuery.tabulate.options.keys
Keys help tabulate find relevant information in your data set.
Field Detail
<static> jQuery.tabulate.options.keys.count
The key that will store the total record count.

This key can point to an integer value or an array (in which case the length of the array will be used).

Default Value:
String "count"

<static> {String} jQuery.tabulate.options.keys.data
The key containing the core table data. This should be the data you wish to paginate upon.
Default Value:
"body"

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Oct 12 2010 18:20:11 GMT-0700 (PDT)