New to Kendo UI for Vue? Start a free 30-day trial

CompositeFilterDescriptor

A complex filter expression. For more information, refer to the filterBy method.

filters Array<undefined>

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"

In this article

Not finding the help you need?