Is this really impossible? I still have no aswers... :-P
Thanks and best regards
O Lâmpada
=======================
Hi all.
I want DisplayTag to generate tables not only with column headers, but line headers as well.
For example, I know how to make a table like this:
<table>
<tr><th>Name</th> <th>Sex</th> <th>Age</th> </tr>
<tr><td>Tony</td> <td>M</td> <td>20</td> </tr>
<tr><td>Mary</td> <td>F</td> <td>18</td> </tr>
<table>
But I 'd like to make one like this, with <th>'s all the way in the first column, instead of <td>'s
<table>
<tr><th> </th> <th>Sex</th> <th>Age</th> </tr>
<tr><th>Tony</th> <td>M</td> <td>20</td> </tr>
<tr><th>Mary</th> <td>F</td> <td>18</td> </tr>
<table>
Thanks in advance
[ ]'s
O Lâmpada

