blob: 5a4f12eb7a8e49c3f1a9a9820c6e470d1b0b9009 [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:type="grid" 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>
<div>
<t:actionlink t:id="reset" class="btn">Reset the Grid</t:actionlink>
</div>
</html>