Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.3 KB

File metadata and controls

34 lines (24 loc) · 1.3 KB
title page_title description slug canonicalLink position
Filtering
Filtering - DropDownTree - Kendo UI for Vue
Filter the displayed items of the Kendo UI DropDownTree wrapper for Vue.
filtering_dropdowntree_wrapper
3

Filtering

The built-in filtering functionality enables the user to filter the displayed DropDownTree items by their text value.

By default, filtering is disabled and can be performed over string values only—that is, either the widget data has to be an array of strings or configured in the data-text-field option over the field.

The DropDownTree supports the following filter values:

  • startswith
  • endswith
  • contains

The following example demonstrates how to enable the startsWith filtering within the DropDownTree.

{% meta height:750 %} {% embed_file filtering/main.vue preview %} {% embed_file filtering/main.js %} {% endmeta %}

Suggested Links