Types

The Editor 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 types defined here are simple summaries of the data types that DataTables and Editor parameters and functions operate with, included for the completeness of this documentation. For a full, detailed and accurate description of Javascript object types, please refer to the excellent Mozilla Developer Network documentation.