Namespace TableTools#s
Settings object which contains customisable information for TableTools instance
Defined in: TableTools.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
TableTools#s.buttonCounter
A unique ID is assigned to each button in each instance
|
<static> |
TableTools#s.buttonSet
Default button set
|
<static> |
TableTools#s.custom
Store of the user input customisation object
|
<static> |
TableTools#s.dt
DataTables settings objects
|
<static> |
TableTools#s.master
When there is more than one TableTools instance for a DataTable, there must be a
master which controls events (row selection etc)
|
<static> |
TableTools#s.swfPath
SWF movie path
|
<static> |
TableTools#s.that
Store 'this' so the instance can be retreieved from the settings object
|
Field Detail
<static>
{int}
TableTools#s.buttonCounter
A unique ID is assigned to each button in each instance
- Default Value:
- 0
<static>
{array}
TableTools#s.buttonSet
Default button set
- Default Value:
- []
<static>
{object}
TableTools#s.custom
Store of the user input customisation object
<static>
{object}
TableTools#s.dt
DataTables settings objects
- Default Value:
- null
<static>
{boolean}
TableTools#s.master
When there is more than one TableTools instance for a DataTable, there must be a
master which controls events (row selection etc)
- Default Value:
- false
<static>
{string}
TableTools#s.swfPath
SWF movie path
- Default Value:
- ""
<static>
{object}
TableTools#s.that
Store 'this' so the instance can be retreieved from the settings object
- Default Value:
- this