Name of the database column
Optionalname: stringName to use in the JSON output. If not given then the
dbField name is used.
Get the database column name
Configured column name
Set the database column name
Column name to set
Self for chaining
Set the get formatter.
When the data has been retrieved from the server, it can be passed through a formatter here, which will manipulate (format) the data as required. This can be useful when, for example, working with dates and a particular format is required on the client-side.
Formatter to use.
Self for chaining.
Get the currently applied get value.
Value - will be undefined by default.
Set the get value for the field.
If given, then this value is used to send to the client-side, regardless of what value is held by the database.
Value to set
Self for chaining
Get the column's configured name.
Current name.
Set the column's name.
The name is typically the same as the dbField name, since it makes things less confusing(!), but it is possible to set a different name for the data which is used in the JSON returned to DataTables.
Name to set
Self for chaining
Get the SearchBuilder options for this field if configured
SearchBuilder options
Set how a list iof options (values and labels) will be retrieved for the fields SearchBuilder.
SearchBuilderOptions
Self for chaining
Get the SearchPanes options for this field if configured
SearchPanes options
Set how a list iof options (values and labels) will be retrieved for the fields SearchPanes.
SearchPanesOptions
Self for chaining
Create a new column