Search results

ColumnChooser API in Angular Grid API component

The ColumnChooser module is used to show or hide columns dynamically.

Methods

changeColumnVisibility

Toggles the visibility of specified columns in the grid.

Parameter Type Description
columns Object An object specifying the columns to show or hide.
columnKey (optional) string Defines the column key as a UID, field name, or header text.

Returns void

openColumnChooser

Column chooser can be displayed on screen by given position(X and Y axis).

Parameter Type Description
X (optional) number Defines the X axis.
Y (optional) number Defines the Y axis.

Returns void