Scrollable on responsive with first 2 columns sticky.
First column is for a checkbox or similar as it's a fixed width.
| Name | Other | Other | Other | ||
|---|---|---|---|---|---|
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other | |
| Name here | name@emailhere.com | Other | Other | Other |
<div class="table-scroll__wrapper"> <div class="table-scroll table-scroll--sticky-2"> <table> <tr> <th class="table-checkbox"> <input type="checkbox" class="form-checkbox" id="id-here"> <th> <th> Text here <th> <th> Text here <th> <th> Text here <th> <tr> <tr> <td class="table-checkbox"> <input type="checkbox" class="form-checkbox" id="id-here"> <td> <td> Text here <td> <td> Text here <td> <td> Text here <td> <tr> </table> </div> </div>