Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
breakBefore | false | false | java.lang.String | if "true" next column begins from the first row |
colspan | false | false | java.lang.String | Corresponds to the HTML colspan attribute |
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) |
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 |
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 |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
rowspan | false | false | java.lang.String | Corresponds to the HTML rowspan attribute |
sortExpression | false | false | java.lang.String | Attribute defines a bean property which is used for sorting of a column |
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" |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
title | false | false | java.lang.String | Advisory title information about markup elements generated for this component |
width | false | false | java.lang.String | Attribute defines width of column. Default value is "100px". |