ColumnChooserToolbarDirective
Directive
Represents a column chooser toolbar tool of the Grid.
Use this directive on any kendo-toolbar-button inside a ToolbarComponent in the Grid.
Definition
Package:@progress/kendo-angular-grid
Selector:[kendoGridColumnChooserTool]
Syntax:
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button kendoGridColumnChooserTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>
Inputs
allowHideAll
boolean
When true, enables the hiding of all columns.
Default:
true
autoSync
boolean
When true, changes to column visibility apply immediately.
Default:
false
filterable
boolean
When true, enables the columns' filtering.
Default:
true
showSelectAll
boolean
When true, displays a select all checkbox.
Default:
true