column
A column inside a paged table.
Tag Information | |
---|---|
Tag Class | org.loom.tags.paged.ColumnTag |
Body Content | scriptless |
Dynamic Attributes | true |
Example | see pagedTable |
Attributes
Name | Description | Flags |
---|---|---|
action | If specified, this table cell will include a link pointing to the specified action/event |
rtexprvalue
|
cellTitle | The cell title HTML attribute |
rtexprvalue
|
class | HTML attribute |
rtexprvalue
|
event | If specified, this table cell will include a link pointing to the specified action/event |
rtexprvalue
|
hash | The hash of the url (the fragment after '#') |
rtexprvalue
|
header | The table column header. The default is the property name. |
rtexprvalue
|
headerClass | the header CSS class. The default is the same value of the class attribute.
|
rtexprvalue
|
headerStyle | the header CSS style. The default is the same value of the style attribute.
|
rtexprvalue
|
href | If specified, the table cell contents will be surrounded by this link |
rtexprvalue
|
if | Set to false to skip tag execution. |
rtexprvalue
|
mapping | The mapping as action.event . This method is equivalent to
setting action and event separately.
|
rtexprvalue
|
property | the property to print. If null, the cell body will be used instead |
rtexprvalue
|
sortable | True to make this column sortable, default true |
rtexprvalue
|
style | HTML attribute |
rtexprvalue
|
title | The table column header. The default is the property name.
Deprecated. use |
rtexprvaluedeprecated
|
translateCellTitle | True to translate the cell title, default true |
rtexprvalue
|
translateHeader | True to translate the table column header, default true |
rtexprvalue
|