New to Kendo UI for Angular? Start a free 30-day trial
BooleanFilterCellComponent
Represents a Boolean filter-cell component. See the article about the built-in filter components.
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>
Selector
kendo-treelist-boolean-filter-cell
Inputs
Name | Type | Default | Description |
---|---|---|---|
column |
|
The column with which the filter is associated. | |
filter |
|
The current root filter. |
Fields
Name | Type | Default | Description |
---|---|---|---|
currentFilter |
|
The current filter for the associated column field. | |
currentOperator |
|
The current filter operator for the associated column field. |