<div>
<table>
<thead>
<tr>
<th class="fixed-column fixed-column-left">1</th>
<th>long text where I will have scroll</th>
<th>lorem long text</th>
<th>long long text</th>
<td class="fixed-column fixed-column-right">5</td>
</tr>
</thead>
<tbody>
<tr>
<th class="fixed-column fixed-column-left">1</th>
<td>long text where I will have scroll</td>
<td>lorem</td>
<td>text</td>
<td class="fixed-column fixed-column-right">5</td>
</tr>
</tbody>
</table>
</div>