How can use <td>tag to determine column to show and not remove property in
<tr>?
<table width="100%" >
<tr t:type="grid" t:source="users" t:value="user" rowsPerPage="1">
        <td> ${user.email}</td>
        <td>${user.name}</td>
</tr>
</table>
-- 
View this message in context: 
http://www.nabble.com/t%3Agrid-use-tag-to-show-column%2C-not-remove-tp19197672p19197672.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to