Types
The DataTables options and API interfaces specify the data types that each option or method expect to operate with, and the data type that they return (for methods). For brevity and clarity in the reference documentation, rather than detailing each data type in the main documentation, the data types are fully defined here.
Please note that the Javascript data types defined below are simple summaries of the data types that DataTables parameters and functions operate with for completeness of documentation. For a full, detailed and accurate description of Javascript object types, please refer to the excellent Mozilla Developer Network documentation.
Library | Name | Summary |
---|---|---|
DataTables | DataTables API object instance | |
DataTables | DataTables ordering object | |
DataTables | DataTables search options object | |
DataTables | DataTables settings object | |
DataTables | DataTables data type object | |
DataTables | Selector options for cells. | |
DataTables | Selector options for columns. | |
DataTables | Selector options for rows. | |
DataTables | Options for how the row, column and cell selector should operate on rows. | |
DataTables | Selector options for tables. | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Subset of the Javascript | |
Javascript | jQuery object instance | |
Javascript | DOM element | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Javascript | Javascript | |
Buttons | Button group selector (multiple button instances) | |
Buttons | Button selector | |
SearchBuilder | Search condition plug-in structure | |
SearchBuilder | Object that describes a search condition | |
StateRestore | Configuration options for StateRestore button |