isColumnHidden()
checks whether a column is hidden
isColumnHidden(colId: string | number): boolean;
Parameters:
colId: string | number
- the id of a column
Returns:
true
if the column is hidden; otherwise, false
.
Example
grid.isColumnHidden("country"); // -> true|false
Related sample: TreeGrid. Is column hidden
Change log:
added in v6.4