ColumnMenuChooserComponent
Component
Represents the Kendo UI for Angular TreeList column-menu item for chaging the visibility of the columns. See example.
Place this component inside a ColumnMenuTemplate directive to enable the feature.
Set the ColumnMenuService and column inputs using the values passed by the template.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-columnmenu-chooser
Syntax:
html
<kendo-treelist [columnMenu]="true" ...>
<ng-template kendoTreeListColumnMenuTemplate let-service="service" let-column="column">
<kendo-treelist-columnmenu-chooser [column]="column" [service]="service">
</kendo-treelist-columnmenu-chooser>
</ng-template>
</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.