<kendo:treeList-filterable>
If set to true, the user can filter the data source by using the TreeList filter menu. By default, filtering is disabled. Can be set to a JavaScript object which represents the filter menu configuration.
Example
<kendo:treeList>
<kendo:treeList-filterable></kendo:treeList-filterable>
</kendo:treeList>
Configuration Attributes
extra boolean
If set to true, the filter menu will allow the user to input a second criteria.
Example
<kendo:treeList-filterable extra="extra">
</kendo:treeList-filterable>
mode java.lang.String
If set to row the user would be able to filter via extra row added below the headers. By default filtering is using the menu mode.Can also be set to the following string values: "row" - the user can filter via extra row within the header.; "menu" - the user can filter via the menu after clicking the filter icon. or "menu, row" - the user can filter with both modes above enabled..
Example
<kendo:treeList-filterable mode="mode">
</kendo:treeList-filterable>
Configuration JSP Tags
kendo:treeList-filterable-messages
The text messages that are displayed in the filter menu. Use it to customize or localize the filter menu messages.
More documentation is available at kendo:treeList-filterable-messages.
Example
<kendo:treeList-filterable>
<kendo:treeList-filterable-messages></kendo:treeList-filterable-messages>
</kendo:treeList-filterable>
kendo:treeList-filterable-operators
The text of the filter operators that are displayed in the filter menu.
More documentation is available at kendo:treeList-filterable-operators.
Example
<kendo:treeList-filterable>
<kendo:treeList-filterable-operators></kendo:treeList-filterable-operators>
</kendo:treeList-filterable>