| Status | |||
|---|---|---|---|
| Alice Johnson | alice@example.com | Admin | Active |
| Bob Chen | bob@example.com | Editor | Away |
| Carol Davis | carol@example.com | Viewer | Suspended |
<table data-variant="striped">
<thead>
<tr>
<!-- Sort button inside th — semantic, keyboard accessible -->
<th scope="col">
<button type="button">Name <span aria-hidden="true">↑</span></button>
</th>
</tr>
</thead>
<tbody>
<tr><td>Alice</td><td><span class="badge success">Active</span></td></tr>
</tbody>
</table>