Namespace: oSearch

Ancestry: DataTable » .models. » oSearch

DataTables v1.9.4 documentation

Navigation

Hiding private elements (toggle)
Showing extended elements (toggle)

Template object for the way in which DataTables holds information about search information for the global filter and individual column filters.

Summary

Properties - static

<static> bCaseInsensitive :boolean

Flag to indicate if the filtering should be case insensitive or not

<static> bRegex :boolean

Flag to indicate if the search term should be interpreted as a regular expression (true) or not (false) and therefore and special regex characters escaped.

<static> bSmart :boolean

Flag to indicate if DataTables is to use its smart filtering or not.

<static> sSearch :string

Applied search term

Details

Properties - static

<static> bCaseInsensitive :boolean

Flag to indicate if the filtering should be case insensitive or not

<static> bRegex :boolean

Flag to indicate if the search term should be interpreted as a regular expression (true) or not (false) and therefore and special regex characters escaped.

<static> bSmart :boolean

Flag to indicate if DataTables is to use its smart filtering or not.

<static> sSearch :string

Applied search term