searchBuilder.conditions
Define custom conditions for SearchBuilder.
Please note - this property requires the SearchBuilder extension for DataTables.
Description
This option is an alias to searchBuilder.conditions
, which should be preferred when using DataTables 2+. It can be used to configure SearchBuilder regardless of how the panes are inserted into the document (layout
or searchBuilder
).
Please refer to the documentation for searchBuilder.conditions
for full details of this option.
Type
Object
- Description:
This is a 2D object, keyed first by the data type that the condition should apply to and then by the condition itself. The condition object must have the structure defined by
SearchBuilder.Condition
.
Related
The following options are directly related and may also be useful in your application development.