The ShowHide
module is used to control column visibility.
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
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