void constructor Structures_DataGrid_Column::Structures_DataGrid_Column (
string $label
, string $field
= = null
, string $orderBy
= = null
, string $attributes = array()
, string $autoFillValue
= = null
, mixed $formatter
= = null
, array $formatterArgs = array()
)
Crée les paramètres par défaut du style d'un tableau
Le label de la colonne à afficher
Le nom du champ pour la colonne
Le champ ou l'expression à utiliser pour le tri
Les attributs HTML pour la balise TR
La valeur à utilser pour l'auto-complétion
Formatteur de callback. Voir setFormatter()
Tableau associatif d'arguments passé comme second argument au formatteur de callback
No exceptions thrown.
This function can not be called statically.