Show Sections Hide Sections
Tables
Headers on Top
<table class='data-table'> <thead> <tr> <th>Shipping Date</th> <th>Common Name</th> </tr> </thead> <tbody> <tr> <td>September 12</td> <td>Weston Pink Coral Bells</td> </tr> <tr> <td>May 10</td> <td>Showy Pink Milkweed</td> </tr> </tbody> </table>
Headers on Left
<table class='data-table'> <tr class='data-record'> <th>Shipping Date</th> <td>September 12</td> </tr> <tr> <th>Common Name</th> <td>Weston Pink Coral Bells</td> </tr> <tr class='data-record'> <th>Shipping Date</th> <td>May 10</td> </tr> <tr> <th>Common Name</th> <td>Showy Pink Milkweed</td> </tr> </table>