CompositeFilterDescriptor
Interface
A complex filter expression. For more information, refer to the filterBy method.
Definition
Package:@progress/kendo-data-query
Properties
The nested filter expressions—either FilterDescriptor, or CompositeFilterDescriptor. Supports the same options as filter. You can nest filters indefinitely.
logic
"or" | "and"
The logical operation to use when the filter.filters option is set.
The supported values are:
"and""or"