Brand
Changelog v1.4

Table

Tables display structured data in rows and columns for easy scanning.

Basic

# Name Role Status
1 Alice Johnson Engineer Active
2 Bob Smith Designer Active
3 Carol White Manager Away

Zebra Rows

# Project Priority Due Date
1Website RedesignHigh2026-04-01
2API MigrationMedium2026-05-15
3Mobile AppHigh2026-06-30
4DocumentationLow2026-07-01

Pinned Rows / Columns

# Name Department Location
1AliceEngineeringNew York
2BobDesignSan Francisco
3CarolMarketingChicago

Sizes

Extra Small

NameValue
Alpha100
Beta200

Large

NameValue
Alpha100
Beta200

Usage

<table class="sa:dui-table sa:dui-table-zebra">
  <thead>
    <tr><th>Name</th><th>Role</th></tr>
  </thead>
  <tbody>
    <tr><td>Alice</td><td>Engineer</td></tr>
  </tbody>
</table>