LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


filter(params)

(Inherited from IntegralUIBaseList)

Filters the list based on specified parameters.

Parameters

ParamTypeDetails
params (optional)ObjectAn object that contains the filter specifications

Return Value

This method does not return a value.

Remarks

If params is omitted, the filter is removed and the list is restored.

The following fields are contained in the params object:

  • callback - holds a reference to a custom filter function set in your code
  • caseSensitive - determines whether case sensitive is active during string filter operations by default this field is set to true
  • conditions - an array that holds multiple conditions with AND/OR combinators and specified operation
  • formula - holds and object that specifies how conditions are combined

A call to this method will trigger change event, with event data type set to 'filtering'.

Version Information

Supported in: v1.2.

See Also