blob: 05a60f6d74f167d68ca095bc7b87240f672e6408 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Grid Demo</h1>
<table t:id="grid" source="tracks" row="track">
<t:parameter name="ratingheader">
<t:actionlink t:id="sortRating">Sort Rating</t:actionlink>
</t:parameter>
<t:parameter name="ratingcell">
<t:outputRating rating="track.rating"/>
</t:parameter>
</table>
<p>
[<t:actionlink t:id="reset">reset the Grid</t:actionlink>]
</p>
</html>