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