SMART datagrid v.1 > Classes > GridBase
DataLudi.GridBase.getHiddenColumns method
Return those not being displayed among child column (group)s of column group which has specified by parent as array.
You can get the columns being displayed through getVisibleColumns.
function getHiddenColumns (parent: ColumnGroup): [GridColumn];
- Returns
- [GridColumn]
- Parameters
- parent - ColumnGroup.
If do not specify, it will be root column within grid. It will get from children of this column group.
- See Also
- getVisibleColumns
- visible
- Examples
- Column Visibility
- Column Grouping