Table with vertical header
Created by: DiogoDoreto
Will you support this?
<table>
<tr>
<th scope="row">foo</th>
<td>bar</td>
</tr>
<tr>
<th scope="row">foo</th>
<td>bar</td>
</tr>
</table>
Thanks
Created by: DiogoDoreto
Will you support this?
<table>
<tr>
<th scope="row">foo</th>
<td>bar</td>
</tr>
<tr>
<th scope="row">foo</th>
<td>bar</td>
</tr>
</table>
Thanks