Class ColVis
ColVis
Defined in: ColVis.js.
Constructor Attributes | Constructor Name and Description |
---|---|
ColVis(DataTables)
ColVis provides column visiblity control for DataTables
|
Field Attributes | Field Name and Description |
---|---|
<static> |
ColVis.aInstances
Collection of all ColVis instances
|
<constant> |
Name of this class
|
<static> <constant> |
ColVis.VERSION
ColVis version
|
Method Attributes | Method Name and Description |
---|---|
<static> |
ColVis.fnRebuild(object)
Rebuild the collection for a given table, or all tables if no parameter given
|
Rebuild the list of buttons for this instance (i.e.
|
Method Detail
<static>
ColVis.fnRebuild(object)
Rebuild the collection for a given table, or all tables if no parameter given
- Parameters:
- object
- oTable DataTable instance to consider - optional
- Returns:
- void
fnRebuild()
Rebuild the list of buttons for this instance (i.e. if there is a column header update)
- Returns:
- void