- Components
- Column
Column
Column is used to build Table columns.
The content of the column can either be set via the text
attribute,
or via child components inside the column.
The headerText
is used as the row header, and the optional footerText
will be added as a tfoot
element at the end of the table.
Documentation
Column is used to build Table columns.
Info
Tag name | column |
---|---|
Component type | io.tornadofaces.component.Column |
Renderer type | io.tornadofaces.component.TableRenderer |
Attributes
Name | Description | Required |
---|---|---|
styleClass | Style classes to apply to the td | false |
link | Wrap the column content in an anchor with the the href set to the link property | false |
link | The target attribute of the href created by the link attribute | false |
style | Styles to apply to the td | false |
reflow | Reflow this column if table reflow mode is active? Defaults to true. | false |
reflowMode | Reflow mode for columns override reflow mode set on the table and determines placement when the table is viewed in reflow mode. Valid options are "block", "span". Default is "span". | false |
text | Text for the td. A value supplied here will override any defined child components. | false |
escape | Wether or not to escape the text value for the td. Does not apply to the rendering of children, only to the text property if set. Defaults to true. | false |
headerClass | Style classes to apply to the th | false |
headerText | Text for the th. This value will override any defined header facet. | false |
footerText | Text for the footer. This value will override any defined footer facet. | false |
footerClass | Stlye classes to apply to the td in the tfoot. | false |
rendered | Should this component be rendered? | false |