w2grid.operators

Defines operators for different types of search fields
Object, default = {...} // see below
This operators are used for different type of search fields. Default operators are: All possible operators are:
  • is - same as =
  • begins - for text only
  • contains - for text only
  • ends - for text only
  • more - same as >
  • less - same as <
  • =, >, >=, <, <= - for numbers and dates
  • between - for numbes and dates
  • in - for sets
  • not in - for sets
  • null
  • not null

See Also

operatorsMap - map of search type to oeprators
defaultOperator - default operator for each search type

User Comments

comments powered by Disqus