New to Kendo UI for Angular? Start a free 30-day trial
FilterMenuTemplateDirective
Represents the filter-menu template.
The column, current filter and the filter service are available as context variables:
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
[kendoGanttFilterMenuTemplate]