ColumnMenuFilterComponent
Component
Represents the column-menu item for editing column filters in the TreeList.
Render this component inside a ColumnMenuTemplate directive.
To register the component as a known column menu item, set the ColumnMenuService
that the template passes to the service input of the kendo-treelist-columnmenu-filter component.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-columnmenu-filter
Syntax:
html
<kendo-treelist ...>
<kendo-treelist-column field="ProductName">
<ng-template kendoTreeListColumnMenuTemplate>
<kendo-treelist-columnmenu-filter></kendo-treelist-columnmenu-filter>
</ng-template>
</kendo-treelist-column>
</kendo-treelist>
Inputs
expanded
boolean
Specifies if the content is expanded.
Default:
false
Represents the ColumnMenuService instance.
Requires a mandatory input.
Events
collapse
EventEmitter<any>
Fires when the content collapses.
expand
EventEmitter<any>
Fires when the content expands.