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; false otherwise.
Example
grid.isColumnHidden("country"); // -> true|false
Related sample: Grid. Is column hidden
Change log:
added in v6.4