Search results

ShowHide API in Vue Grid API component

The ShowHide module is used to control column visibility.

Methods

hide

Hides a column by column name.

Parameter Type Description
columnName string | string[] Defines a single or collection of column names to hide.
hideBy (optional) string Defines the column key either as field name or header text.

Returns void

show

Shows a column by column name.

Parameter Type Description
columnName string | string[] Defines a single or collection of column names to show.
showBy (optional) string Defines the column key either as field name or header text.

Returns void

Contents
Contents