4 Replies Latest reply on Feb 24, 2011 12:27 PM by samkwitty

    Two row table header (or more then two)

    samkwitty

      Is there a way to specify an extra row in the header of a table?

       

      In otherwords the generated HTML should look like so:

       

      <table>

           <thead>

                <tr><td></td><td></td></tr>

                <tr><td></td><td></td></tr>

           </thead>

       

           <tbody>

                <tr><td></td><td></td></tr>

                ....

                <tr><td></td><td></td></tr>

          </tbody>

      <table>