New to Kendo UI for Angular? Start a free 30-day trial
ColumnChooserToolbarDirective
Represents the column-chooser
toolbar tool of the Grid.
You can apply this directive to any kendo-toolbar-button
element inside a
ToolbarComponent used in the Grid.
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button kendoGridColumnChooserTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>
Selector
[kendoGridColumnChooserTool]
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. |