While I understand the solotion depends on the situations and the target web browsers, the following CSS code just worked for me. Let me leave a comment here for the later reference.
.TableRecords .TableRecords_Header {
position: sticky; top: 0;
}
Other ideas can be found in the following link.
https://stackoverflow.com/questions/21168521/table-fixed-header-and-scrollable-body