4.4.2 The ColumnHeader tag
Description
This tag defines a column header in a dynamic table.
As of ver 3.5.1, we can add tags <bluage:Link> and <bluage:Panel> in bluageTag<ColumnHeader> to allow set up a sorting solution:
- <bluage:Link> can be used to launch a data sort action.
- <bluage:Panel> allows to adapt icon rendering depending on the last sort direction.
Example
| Rendering |
|
XHTML settings | <bluage:ColumnHeader id="h_phoneNumber"> <th>Phone number</th> bluage:ColumnHeader> |
| Screen activity diagram | N/A |
| Entities Diagram | N/A |
| Service activity diagram | N/A |
Tag attributes: reference
| Tag | ColumnHeader |
| Description | Defines a dynamic table column header |
| Diagram |
|
Tag attributes: description
| Attribute | Required | Description | ||
| id | Y | Corresponding columnHeader ID | ||
| This tag necessarily contains the « th » tag rather than the « td » tag |


