Script File
jq.paginateDataGrids.js ( view )
Available Options
recordsPerPage
An integer specifying how many records to show on each page. Default is 10.
displayLocation
A string specifying where the record count and pager should appear. Options include "dataGrid", which places the block immediately under the table; and the default "fieldset", which places the block inside the bottom border of the surrounding fieldset.
addedInfo
An array of strings that may be added after the paging control. The strings may be composed of any valid HTML. Default is empty, that is, no content after the control.
Basic Usage
$("ELEMENT").paginateDataGrid();
$("ELEMENT").paginateDataGrid({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9