ShowHide
12 Sep 20251 minute to read
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