flexGrow: The grow factor relative to other columns. Same as the [flex-grow API](http =//www.w3.org/TR/css3-flexbox/). It will any available extra width and distribute it proportionally according to all columns' flexGrow values. Default value:0minWidth: Minimum width of the column in pixels. Default value:100maxWidth: Maximum width of the column in pixels. Default value:undefinedwidth: The width of the column by default in pixels. Default value:150resizeable: The column can be resized manually by the user. Default value:truecomparator: Custom sort comparator, used to apply custom sorting client-side or server-side. Ifundefinedwill use built in sorting. Default value:undefinedsortable: Sorting of the row values by this column. Default value:truedraggable: The column can be dragged to re-order. Default value:truecanAutoResize: Whether the column can automatically resize to fill extra space. Default value:truename: Column labelprop: The property to bind the row values to. Ifundefined, it will camelcase the name value.cellTemplate: Angular TemplateRef allowing you to author custom body cell templatesheaderTemplate: Angular TemplateRef allowing you to author custom header cell templates