void constructor
Structures_DataGrid_Column::Structures_DataGrid_Column
(
string
$label
,
string
$field
= null
,
string
$orderBy
= null
,
array
$attributes = array()
,
string
$autoFillValue
= null
,
mixed
$formatter
= null
,
array
$formatterArgs = array()
)
Creates default table style settings
$label
The label of the column to be printed
$field
The name of the field for the column to be mapped to
$orderBy
The field or expression to order the data by
$attributes
The attributes for the XML or HTML TD tag; form: array(name => value, ...)
$autoFillValue
The value to use for the autoFill
$formatter
Formatter callback. See setFormatter()
$formatterArgs
Associative array of arguments passed as second argument to the formatter callback
throws no exceptions thrown
This function can not be called statically.