<t:column>

This element determines the content of a column in a dynamic table. It can only be used as immediate child element of the <t:table> element.

Attributes

title
The Column Title.
expr
Expression determining the content of the colum. If not present, the child elements of the colum-element are used to determine the column content. If the expr-attribute is present, the <t:column> element must be empty.
format
Used to format the result of the expr-attribute.
sortedBy
Expression determining the row order of the table if this column is selected. If not given, expr is used to determine the order.