New to Kendo UI for Angular? Start a free 30-day trial
LessFilterOperatorComponent
Represents the Less
(Is less than) numeric filter operator for the TreeList.
Use this operator to filter values that are less than a specific value.
See example.
html
<kendo-treelist-column field="yearsService" title="Years Service">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-numeric-filter-cell
[column]="column"
[filter]="filter">
<kendo-treelist-filter-lt-operator></kendo-treelist-filter-lt-operator>
</kendo-treelist-numeric-filter-cell>
</ng-template>
</kendo-treelist-column>
Selector
kendo-treelist-filter-lt-operator
Fields
Name | Type | Default | Description |
---|---|---|---|
text |
|
The text displayed in the drop-down list for the filter operator. |