Sticky Header for Scrollable Table

HTML:
<table id="table-1">
    <thead>
     <tr>
            <th>Col1</th>
            <th>Col2</th>
            <th>Col3</th>
        </tr>

Popular Posts