BooleanFilterCellComponent
Component
Represents a Boolean filter-cell component. Use this component to filter Boolean values in the TreeList. See the article about the built-in filter components.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-boolean-filter-cell
Syntax:
html
<kendo-treelist-column field="ProductName" title="Product Name">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-boolean-filter-cell
[column]="column"
[filter]="filter">
</kendo-treelist-boolean-filter-cell>
</ng-template>
</kendo-treelist-column>
Inputs
The column with which the filter is associated.
The current root filter.
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.