New to Kendo UI for Angular? Start a free 30-day trial
FilterCellTemplateDirective
Represents the filter-cell template (see example.
The template context is set to the filter descriptor and the following additional fields are passed:
column
—The current column instance. Use it as an alias for a template variable by utilizing thelet-column="column"
syntax.filter
—The filter descriptor.cellContext
—An object used to pass context information to built-in directives.
Selector
[kendoTreeListFilterCellTemplate]