blob: f2ad457854ad7ac45870a8dde803aad87ac55a76 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Grid Remove/Reorder Demo</h1>
<table t:type="grid" source="library.tracks" row="track" remove="playCount" reorder="rating,title">
<t:parameter name="ratingcell">
<t:outputRating rating="track.rating"/>
</t:parameter>
</table>
</html>