Paramétrage d'afficahge personnalisé d'une colonne utilisée dans la recherche de mission
| Propriété | Type | Ordre | Obligatoire | Description |
|---|---|---|---|---|
| CssClass | String | 0 | False | Class CSS |
| Name | String | 1 | False | Nom de la colonne (HTML) |
| HeaderText | String | 2 | False | En tête de la colonne |
| Field | String | 3 | False | Champs lié en base |
| Width | Int32 nullable | 4 | False | Largeur en pixel |
| Sortable | Boolean | 5 | False | Colonne triable ? |
{
"CssClass": null,
"Name": null,
"HeaderText": null,
"Field": null,
"Width": null,
"Sortable": false
}