New to Kendo UI for Angular? Start a free 30-day trial
StringFilterCellComponent
Represents a string-filter cell component. See the article about the built-in filter components.
html
<kendo-treelist-column field="ProductName">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-string-filter-cell
[column]="column"
[filter]="filter">
</kendo-treelist-string-filter-cell>
</ng-template>
</kendo-treelist-column>
Selector
kendo-treelist-string-filter-cell
Inputs
Name | Type | Default | Description |
---|---|---|---|
column |
|
The column with which the filter is associated. | |
filter |
|
The current root filter. | |
filterDelay |
|
|
Determines the delay time (in milliseconds) before the filter value is submitted.
A value of |
operator |
|
|
The default filter operator. |
placeholder |
|
The placeholder text for the filter input. | |
showOperators |
|
|
Determines if the drop-down filter operators will be displayed.
The default value is |
Fields
Name | Type | Default | Description |
---|---|---|---|
currentFilter |
|
The current filter for the associated column field. | |
currentOperator |
|
The current filter operator for the associated column field. |