StringFilterMenuComponent
Represents the Kendo UI string-filter menu component for the TreeList. Use this component to filter string values using a filter menu popup. See example.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-string-filter-menu
Syntax:
<kendo-treelist-column field="name">
<ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-treelist-string-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-treelist-string-filter-menu>
</ng-template>
</kendo-treelist-column>
Inputs
The column with which the filter is associated.
extra
boolean
Determines if the inputs for a second criteria are displayed.
true
extraPlaceholder
string
The placeholder text for the extra filter input. Applies when extra is set to true.
The current menu filter.
The FilterService instance responsible for handling changes in the filter descriptor.
operator
string
The default filter operator.
"contains"
placeholder
string
The placeholder text for the filter input.
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.