Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2965126
By: kat_forum

I need this feature.
I need to generate headers to output like the following html:
<html>

<head></head>
<body>
<table border="1">
<thead>
  <tr>
    <th rowspan="2">Id</th>
    <th colspan="2">Name</th>
        <TH rowspan="2">Department</TH>         
    <th colspan="3">Salary</th>
  </tr>
  <tr>
            <th>First</th>
            <th>Last</th> 
            <th>Base</th>
            <th>Bonus</th>
            <th>Other Perks</th>
  </tr>
  </thead>
<tr>
        <td>1</td>
        <td>Fname</td>
        <td>LName</td>
        <td>QA</td>
        <td>$40,000</td>
        <td>$5,000</td>
        <td>$0.00</td>
</tr>

<table>
</body>
</html

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to