Hello,
You can use the Sticky feature to make that.
First you need separate the table (head) from body (body content). For example:
<table>
....
table head rows here
....
</table>
<table>
....
table body content here
....
</table>
Then, you can wrap the first table (head) inside a sticky:
<div data-plugin-sticky data-plugin-options='{ "padding": { "top": 80 } }' style="background-color: #FFF;">
<table>
....
table head rows here
....
</table>
</div>
We hope this helps!
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads