core/data-grid/data-grid.model.ts
        
Describes a column configuration.
| Properties | 
| filter | 
| filter:          | 
| Type : Filter | 
| Optional | 
| The settings of filter in a column. | 
| name | 
| name:          | 
| Type : string | 
| Optional | 
| The name for the column. | 
| sortOrder | 
| sortOrder:          | 
| Type : SortOrder | 
| Optional | 
| Whether the sort order is ascending, descending or not specified. | 
| visible | 
| visible:          | 
| Type : boolean | 
| Optional | 
| Whether the column is displayed. |