Hi All,I would like to completely replace output inside of the <th> ... </ th>. I am adding DisplayTag to an existing application that allows users to click on up/down arrows to sort the data, and I would like to have the tables created by DisplayTag to have have the same look and feel as the rest of my tables.
A sample header from another table looks like:
<th class="reportHeader">
<table class="sorter">
<tbody>
<tr>
<th>
First Name
</th>
<td>
<input name="ascending_0" src="/images/arrow_up_off.gif"
id="ascending_0" class="upArrow" border="0" type="image">
<input name="descending_0" src="/images/arrow_down_off.gif"
id="descending_0" class="downArrow" border="0" type="image">
</td>
</tr>
</tbody>
</table>
</th>
Is there any way I can control the header generation?
Thanks in advance
Tony Nelson
Starpoint Solutions
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

