BooleanFilterMenuComponent
Component
Represents the Kendo UI Boolean-filter menu component for Angular TreeList. Use this component to filter boolean fields in the TreeList. See example.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-boolean-filter-menu
Syntax:
html
<kendo-treelist-column field="Discontinued" title="Discontinued">
<ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-treelist-boolean-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-treelist-boolean-filter-menu>
</ng-template>
</kendo-treelist-column>
Inputs
The column with which the filter is associated.
The current menu filter.
The FilterService instance that handles changes in the filter descriptor.
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.