New to Kendo UI for Angular? Start a free 30-day trial
ColumnMenuChooserComponent
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.
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>
Selector
kendo-treelist-columnmenu-chooser
Inputs
Name | Type | Default | Description |
---|---|---|---|
expanded |
|
|
Specifies if the content is expanded. |
service |
|
Represents the |
Events
Name | Type | Description |
---|---|---|
collapse |
|
Fires when the content collapses. |
expand |
|
Fires when the content expands. |