New to Kendo UI for Angular? Start a free 30-day trial
AfterEqFilterOperatorComponent
Represents the GreaterOrEqualTo
(Is after or equal to) date filter operator for the TreeList.
Use this operator to filter dates that are after or equal to a specific value.
See example.
html
<kendo-treelist-column field="hireDate">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-date-filter-cell
[column]="column"
[filter]="filter">
<kendo-treelist-filter-after-eq-operator></kendo-treelist-filter-after-eq-operator>
</kendo-treelist-date-filter-cell>
</ng-template>
</kendo-treelist-column>
Selector
kendo-treelist-filter-after-eq-operator
Fields
Name | Type | Default | Description |
---|---|---|---|
text |
|
The text displayed in the drop-down list for the filter operator. |