You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by jimmy6 <wh...@yahoo.com> on 2008/08/28 12:09:22 UTC

t:grid use tag to show column, not remove

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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org