HTML Table scroll vertical and horizontal fixed header


HTML:

 <div class="outer-container">

        <div class="inner-container">

            <div class="table-header">

Sticky Header for Scrollable Table

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

Popular Posts