New to Kendo UI for Angular? Start a free 30-day trial
ColumnChooserComponent
Represents the component for selecting columns in the TreeList.
To show and hide the columns without including the column chooser item in the Column Menu,
add the component inside the ToolbarTemplate
directive.
html
<kendo-treelist ...>
<ng-template kendoTreeListToolbarTemplate>
<kendo-treelist-column-chooser> </kendo-treelist-column-chooser>
</ng-template>
</kendo-treelist>
Selector
kendo-treelist-column-chooser
Inputs
Name | Type | Default | Description |
---|---|---|---|
allowHideAll |
|
|
Specifies if all columns can be hidden. |
autoSync |
|
|
Specifies if the changes in the visibility of the column will be immediately applied. |