array(
'record' => associative array of all fields values for this record,
'fieldName' => the field name of this column,
'columnName' => the label (header) of this column,
'orderBy' => the field name to sort this column by,
'attribs' => this column's attributes,
'currRow' => zero-based row index,
'currCol' => zero-based column index,
); |