Pages

Sticky Header for Scrollable Table

HTML:

Here is the code for Sticky Header for Scrollable Table :

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

Popular Posts