<Table /> vertical headers #6924
atumas-bananamilk
started this conversation in
Feature requests
Replies: 1 comment
-
<table>
<tbody>
<tr>
<th>Row Header 1</th>
<td>Data 1</td>
<td>Data 2</td>
</tr>
<tr>
<th>Row Header 2</th>
<td>Data 3</td>
<td>Data 4</td>
</tr>
</tbody>
</table> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It'd be nice to have an option for
<Table />
to show<Table.Thead />
vertically:Currently all headers are horizontal:
Beta Was this translation helpful? Give feedback.
All reactions