showColumn()
makes a specified column visible on a page
showColumn(colId: string | number): void;
Parameters:
colId: string | number
- the id of a column
Example
grid.showColumn("colId");
Related sample: TreeGrid. Show/hide column
Change log:
added in v6.3