@progress/kendo-treelist-vue-wrapper
Version:
Kendo UI TreeList wrapper for Vue.js
153 lines (79 loc) • 3.92 kB
Markdown
---
title: filterableProps API
description: "API Index | filterableProps"
api_reference: true
slug: api_treelist_filterableprops_wrapper
---
# FilterableProps
### filterable-extra `Boolean`
If `filterable-extra` is set to `true`, the filter menu allows the user to input a second criterion.
### filterable-messages-and `String`
The text of the option which represents the `AND` logical operation.
### filterable-messages-clear `String`
The text of the button which clears the filter.
### filterable-messages-filter `String`
The text of the button which applies the filter.
### filterable-messages-info `String`
The text of the information message on the top of the filter menu.
### filterable-messages-title `String`
The text that is rendered for the `title` attribute of the filter menu form.
### filterable-messages-is-false `String`
The text of the radio button for false values. Displayed when the user filters Boolean fields.
### filterable-messages-is-true `String`
The text of the radio button for true values. Displayed when the user filters Boolean fields.
### filterable-messages-or `String`
The text of the option which represents the `OR` logical operation.
### filterable-operators-string-eq `String`
The text of the `eq` (equal to) filter operator.
### filterable-operators-string-neq `String`
The text of the `ne` (not equal to) filter operator.
### filterable-operators-string-isnull `String`
The text of the `isnull` filter operator.
### filterable-operators-string-isnotnull `String`
The text of the `isnotnull` filter operator.
### filterable-operators-string-isempty `String`
The text of the `isempty` filter operator.
### filterable-operators-string-isnotempty `String`
The text of the `isnotempty` filter operator.
### filterable-operators-string-startswith `String`
The text of the `startswith` filter operator.
### filterable-operators-string-contains `String`
The text of the `contains` filter operator.
### filterable-operators-string-doesnotcontain `String`
The text of the `doesnotcontain` filter operator.
### filterable-operators-string-endswith `String`
The text of the `endswith` filter operator.
### filterable-operators-number-eq `String`
The text of the `eq` (equal to) filter operator.
### filterable-operators-number-neq `String`
The text of the `ne` (not equal to) filter operator.
### filterable-operators-number-isnull `String`
The text of the `isnull` filter operator.
### filterable-operators-number-isnotnull `String`
The text of the `isnotnull` filter operator.
### filterable-operators-number-gte `String`
The text of the `gte` (greater than or equal to) filter operator.
### filterable-operators-number-gt `String`
The text of the `gt` (greater than) filter operator.
### filterable-operators-number-lte `String`
The text of the `lte` (less than or equal to) filter operator.
### filterable-operators-number-lt `String`
The text of the `lt` (less than) filter operator.
### filterable-operators-date-eq `String`
The text of the `eq` (equal to) filter operator.
### filterable-operators-date-neq `String`
The text of the `ne` (not equal to) filter operator.
### filterable-operators-date-isnull `String`
The text of the `isnull` filter operator.
### filterable-operators-date-isnotnull `String`
The text of the `isnotnull` filter operator.
### filterable-operators-date-gte `String`
The text of the `gte` (greater than or equal to) filter operator.
### filterable-operators-date-gt `String`
The text of the `gt` (greater than) filter operator.
### filterable-operators-date-lte `String`
The text of the `lte` (less than or equal to) filter operator.
### filterable-operators-date-lt `String`
The text of the `lt` (less than) filter operator.
## Suggested Links
* [`Filterable` in Kendo UI TreeList for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/configuration/filterable)