Script File
jq.sortDataGrids.js ( view )
Available Options
headers
An array specifying the column(s) (ordered by index, base 0) for which to apply the specified functionality. Default is none, denoted as an empty array, [ ].
widgets
An array specifying additional functionality to apply to the sorting algorithm, most commonly zebra striping, including sorting instructions, and sorting on checkboxes in IE. Default is none, denoted as an empty array, [ ].
Basic Usage
$("ELEMENT").tablesorter();
$("ELEMENT").tablesorter({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9