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.

Name Summary Library Group

DataTable.Editor

Editor instance

DataTable.Editor.Field

Editor field instance

button-options

Editor button configuration options

field-options

Field configuration options common to all field types

form-options

Form display and interaction options

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.