Tables

Plain table markup — thead, tbody, th, td — styled directly. No classes; the header row and row hover come for free.

A data table

IDLoginEmailGroupAdded
1adminadmin@example.comSuperuser2024-01-15
2adaada@example.comEditors2024-02-20
3linuslinus@example.comEditors2024-03-02
4gracegrace@example.comViewers2024-03-19
<table>
  <thead><tr><th>ID</th><th>Login</th> … </tr></thead>
  <tbody>
    <tr><td>1</td><td>admin</td> … </tr>
  </tbody>
</table>

With actions

LoginGroupStatusActions
adminSuperuseractive
Edit
adaEditorsactive
Edit
linusEditorsinvited
Edit