blob: b82bcf84bb78a7d60dc807e60bd9037319a795ef [file] [log] [blame]
<thead xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xml:space="default">
<tr>
<th t:type="Loop" source="columnNames" value="columnName" volatile="true" class="prop:headerClass"
index="columnIndex">
<t:delegate to="blockForColumn"/>
<t:block id="standardHeader">
<a t:id="sort">${columnModel.label}</a>
<t:if test="columnModel.sortable">
<a t:id="sort2">
<img src="${icon}" id="${columnModel.id}:sort" class="t-sort-icon" alt="${iconLabel}"/>
</a>
</t:if>
</t:block>
</th>
</tr>
</thead>