jQuery Datagrid Component

Options

url
JSON Data Source URL (ie data/test.php).
autoload (Boolean)
If true data will be automatically loaded.
pagination
Paginator widget options. subject and children properties are automatically set.
zebra
Do Zebra Row coloring.

Examples:

Simple Static Table


	
Column 1Column 2Column 3

Simple Dynamic Table


	
TitleDescription

Dynamic Table with Client-Side Pagination Enabled

To Enable pagination you need to include the file pH+ paginator widget. (js/paginator.js)


	
TitleDescription

Dynamic Server Side Pagination


	
TitleDescription