One column of a UIDataGrid: a title, a base (unscaled) width, cell alignment, and whether
the header sorts by it (numerically when numeric).
Constructor
new(title:String, width:Float, align:UIAlign = START, sortable:Bool = true, numeric:Bool = false)
Parameters:
title | the header title |
|---|---|
width | base (unscaled) column width |
align | cell alignment (default |
sortable | whether the header sorts by this column (default |
numeric | sort as numbers rather than text (default |