table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

tfoot {
    background: #fff;
    position: sticky;
    bottom: 0;
    border-top: 2px solid #ccc;
}