blob: da63033a39d9b3ed9a1f6e69407b05d81dac8e7b [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>In-Place Grid Demo</h1>
<p>
Last full page refresh at:
<span id="lastupdate">${date}</span>
</p>
<table t:id="grid" source="tracks" row="track" inplace="true">
<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>