StringFilterComponent
Directive
Represents a base string filter component for the TreeList.
Definition
Package:@progress/kendo-angular-treelist
Inputs
The column with which the filter is associated.
The current root filter.
operator
string
The default filter operator.
Default:
"contains"
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.