Gets the checkbox components representing column items currently present in the dropdown
Gets/sets the max height of the columns area.
An event that is emitted after a column's checked state is changed.
Provides references to the column
and the checked
properties as event arguments.
<igx-column-actions (columnToggled)="columnToggled($event)"></igx-column-actions>
Sets/Gets the css class selector.
By default the value of the class
attribute is "igx-column-actions"
.
let cssCLass = this.columnHidingUI.cssClass;
this.columnHidingUI.cssClass = 'column-chooser';
Gets/Sets the grid to provide column actions for.
Shows/hides the columns filtering input from the UI.
Gets/sets the indentation of columns in the column list based on their hierarchy level.
Gets/sets the title of the column actions component.
Gets the text of the button that checks all columns.
Sets the text of the button that checks all columns.
Gets the display order of the columns.
Sets the display order of the columns.
Gets the prompt that is displayed in the filter input.
Sets the prompt that is displayed in the filter input.
Gets the value which filters the columns list.
Sets the value which filters the columns list.
Gets/Sets the value of the id
attribute.
Gets the text of the button that unchecks all columns.
Sets the text of the button that unchecks all columns.
Providing reference to
IgxColumnActionsComponent
: