Script File
jq.toggleTblSections.js ( view )
Available Options
initialState
A string specifying whether the table sections should be "collapsed" or "expanded" (the default) when the page initially loads.
collapseText
A string used to specify text for the Collapse control link(s). Default value is "Collapse".
expandText
A string used to specify text for the Expand control link(s). Default value is "Expand".
showTotals
Boolean value specifying whether to include record totals in each section header. Default value is false.
Basic Usage
$("ELEMENT").toggleTblSections();
$("ELEMENT").toggleTblSections({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9