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
Simple Dynamic Table
Dynamic Table with Client-Side Pagination Enabled
To Enable pagination you need to include the file pH+ paginator widget. (js/paginator.js)
Dynamic Server Side Pagination