SMART datagrid v.1 > Classes > GridColumn
DataLudi.GridColumn.GridColumn constructor
GridColumn constructor.
Since this class is an abstract class, it will no need to directly create object. It will create DataColumn or ColumnGroup objects.
function GridColumn (config: Object);
- Returns
- Void
- Parameters
- config - Object. required.
Configuration object.
- See Also
- DataColumn
- ColumnGroup
- Examples
- Hello Grid
- Column Grouping