Skip to content

Table

Tables for displaying tabular data.

Name Email Role
John Doe john@example.com Admin
Jane Smith jane@example.com User
Bob Johnson bob@example.com User
<table class="af-table">
  <thead>
    <tr>
      <th scope="col">Name</th>
      <th scope="col">Email</th>
      <th scope="col">Role</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>John Doe</td>
      <td>john@example.com</td>
      <td>Admin</td>
    </tr>
  </tbody>
</table>
Product Price Stock
Item 1$1050
Item 2$2030
Item 3$3020
<table class="af-table af-table-striped">
  <!-- table content -->
</table>