My thead always stays on top, while tbody have a maximum height and can be scrolled.
This is accomplished using extra containers, so my average structure looks like:
<div class="table">
<div class="table-head">
<table="table-head-inner">
<tr>
<th></th>
<td></td>
<td></td>
</tr>
</table>
</div>
<div class="table-body">
<table="table-body-inner">
<tr>
<th></th>
<td></td>
<td></td>
</tr>
</table>
</div>
</div>
Please make your plugin's default HTML customizable to the alike output.
My
theadalways stays on top, whiletbodyhave a maximum height and can be scrolled.This is accomplished using extra containers, so my average structure looks like:
Please make your plugin's default HTML customizable to the alike output.