Skip to content

Table

Tables for displaying tabular data.

<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>
<table class="af-table af-table-striped">
  <!-- table content -->
</table>
NameEmailRole
John Doejohn@example.comAdmin
Jane Smithjane@example.comUser
Bob Johnsonbob@example.comUser
ProductPriceStock
Item 1$1050
Item 2$2030
Item 3$3020