class
 Column
            sortDirection:SortDirection        
                            When sorting is enabled, this is the direction of the sort - can be either:
- SortDirection.ASCENDING, "asc"
- SortDirection.DESCENDING, "desc"
            - SortDirection.ASCENDING, "asc"
- SortDirection.DESCENDING, "desc"
        sortField:String        
                            The field on which the sortings will be based on.
                    sortable:Bool        
                            Whether this column should allow sorting or not.
            