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.
| Name | Summary | Library | Group |
|---|---|---|---|
Options for configuring an Ajax request | DataTables | ||
DataTables API object instance | DataTables | ||
Selector options for cells. | DataTables | ||
Selector options for columns. | DataTables | ||
DataTables settings object | DataTables | ||
DataTables DOM manipulation library | DataTables | ||
DataTables ordering object | DataTables | ||
Selector options for rows. | DataTables | ||
DataTables search options object | DataTables | ||
Options for how the row, column and cell selector should operate on rows. | DataTables | ||
Selector options for tables. | DataTables | ||
DataTables data type object | DataTables | ||
Search condition plug-in structure | SearchBuilder | ||
Object that describes a search condition | SearchBuilder | ||
JavaScript | DataTables | ||
Can be read as if it were an array | DataTables | ||
JavaScript | DataTables | ||
Button group selector (multiple button instances) | Buttons | ||
Button selector | Buttons | ||
JavaScript | DataTables | ||
Subset of the JavaScript | DataTables | ||
jQuery object instance | DataTables | ||
DOM element | DataTables | ||
JavaScript | DataTables | ||
JavaScript | DataTables | ||
JavaScript | DataTables | ||
Configuration options for StateRestore button | StateRestore | ||
JavaScript | DataTables | ||
JavaScript | DataTables |