.c-responsive-table
Responsive table component
html
th | td | td |
---|---|---|
th | td | td |
<div class="c-responsive-table">
<table style="width: 1000px">
<tr>
<th>th</th>
<td>td</td>
<td>td</td>
</tr>
<tr>
<th>th</th>
<td>td</td>
<td>td</td>
</tr>
</table>
</div>