hideColumn()
hides a column of Grid
hideColumn(colId: string | number): void;
Parameters:
colId: string | number
- the id of a column
Example
grid.hideColumn("colId");
Related sample: TreeGrid. Show/hide column
Change log:
added in v6.2
hides a column of Grid
colId: string | number
- the id of a columnExample
grid.hideColumn("colId");
Related sample: TreeGrid. Show/hide column
added in v6.2