Template object for the way in which DataTables holds information about
search information for the global filter and individual column filters.
Summary
Properties
- <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> 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