| Attributes |
| Name | Required | Request-time | Type | Description |
| object | false | true | java.lang.Comparable | Set a java object as content. Permit to use all its advantages like compare(), toString(). |
| key | false | true | java.lang.String | Set a string as content. This attribute permits to internationalize easily. |
| tooltipKey | false | true | java.lang.String | Set the key of the cell's tooltip message. |
| exportExcel | false | true | boolean | Set if the column is show in the export excel |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |