Can't you specify the columnRenderer for the table column?
-----Original Message-----
From: matt wear [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 07, 2006 12:53 PM
To: Tapestry users
Subject: Contrib:Table - How to change rendering of th?
Is there anyway to get <th> elements to align left? It seems that
instead of rendering a simple <th><a href="">Header Name</a></th>
Contrib:Table renders something. like:
<th>
<table align="center">
<tr>
<td><a href="">Header Name</a></td>
</tr>
</table>
</th>
Which causes the the header name to always be center aligned. Please
let me know if there is a simple fix to this. Thanks
- Matt Wear
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]