Script File
jq.toggleColumns.js ( view )
Available Options
ctrlWrap
An HTML element that tells toggleColumns how to wrap the column
manager. Options include any block-level element, such as:
Default value is "div".
leadText
A string used to label the control manager. Default value is "Show
columns:".
disabled
An array specifying the columns (ordered by index, base 1) for which
to disallow hiding. Default is none, denoted as an empty array, [
].
initHide
An array specifying the columns (ordered by index, base 1) to hide
on initial load. Default is none, denoted as an empty array, [ ].
Basic Usage
$("ELEMENT").toggleColumns();
$("ELEMENT").toggleColumns({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9