Scrollable on responsive with example checkbox in first column.
If using a checkbox on the first column add the class on the th & td for checkbox to fix 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> <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>