how to make a table header fixed and body scrollable code example
Example: html table scrollable body fixed header
/*Simply*/ position:sticky; top: 0; /*your th elements*/
/*Simply*/ position:sticky; top: 0; /*your th elements*/