API Reference
Class
DataTablesSearchBuiltIns
Provides JavaScript implementations for a set of common operators that can be plugged into DataTables SearchBuilder. Each entry exposes the name used in JavaScript as well as the implementation of the operator.
Inheritance
- Object
- DataTablesSearchBuiltIns
Inherited Methods
Fields
public static readonly Dictionary<DataTablesBuiltInOperator, ValueTuple<String, String>> Scripts #Mapping of DataTablesBuiltInOperator values to the JavaScript name and function body that implements the operator.