External Filtering
The Kendo UI for Vue Native Grid data can be filtered using the Filter component or other external tool.
To filter the data, use the filterBy
method from the kendo-data-query
utility package. It accepts two parameters:
- The array to be filtered.
- The filters to be applied, passed as a
CompositeFilterDescriptor
object.
Using the Filter component
The Filter
component has an UI that is suitable for external filtering. It allows the user to enter the desired filter and constructs the ready-to-use CompositeFilterDescriptor
filter expression as a value.