HtmlForgeX

API Reference

Class

DataTablesSearchBuiltIns

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

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

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.