| Attributes |
| Name | Required | Request-time | Type | Description |
| width | false | false | java.lang.String | Attribute defines width of column. Default value is "100px". |
| lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component |
| title | false | false | java.lang.String | Advisory title information about markup elements generated for this component |
| colspan | false | false | java.lang.String | Corresponds to the HTML colspan attribute |
| headerClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to any header generated for this table |
| rendered | false | false | java.lang.String | If "false", this component is not rendered |
| footerClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to any footer generated for this table |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| dir | false | false | java.lang.String | Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left) |
| styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
| breakBefore | false | false | java.lang.String | if "true" next column begins from the first row |
| sortExpression | false | false | java.lang.String | Attribute defines a bean property which is used for sorting of a column |
| style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
| sortable | false | false | java.lang.String | Boolean attribute. If "true" it's possible to sort the column content after click on the header. Default value is "true" |
| binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
| rowspan | false | false | java.lang.String | Corresponds to the HTML rowspan attribute |