Table
Free
Enhanced table component with multiple variants, sorting, selection, and responsive behavior. Perfect for displaying structured data with modern styling and interactions.
Installation
Install via CLI
moonui add tableUsage
| Invoice | Status | Method | Amount |
|---|---|---|---|
| INV001 | Paid | Credit Card | $250.00 |
| INV002 | Pending | PayPal | $150.00 |
| INV003 | Unpaid | Bank Transfer | $350.00 |
| INV004 | Paid | Credit Card | $450.00 |
| INV005 | Paid | PayPal | $550.00 |
Examples
Basic Table
Simple table with header, body and caption
| Invoice | Status | Method | Amount |
|---|---|---|---|
| INV001 | Paid | Credit Card | $250.00 |
| INV002 | Pending | PayPal | $150.00 |
| INV003 | Unpaid | Bank Transfer | $350.00 |
| INV004 | Paid | Credit Card | $450.00 |
| INV005 | Paid | PayPal | $550.00 |
With Status Badges
Table with status badges for visual indicators
| Name | Status | Role | |
|---|---|---|---|
| John Doe | john@example.com | Active | Admin |
| Jane Smith | jane@example.com | Active | User |
| Bob Johnson | bob@example.com | Inactive | User |
| Alice Brown | alice@example.com | Active | Editor |
| Charlie Wilson | charlie@example.com | Pending | User |
With Actions
Table with action dropdown menus
| Name | Role | Actions | |
|---|---|---|---|
| John Doe | john@example.com | Admin | |
| Jane Smith | jane@example.com | User | |
| Bob Johnson | bob@example.com | User |
Sortable Table
Click column headers to sort
Name | Email | Status | Role |
|---|---|---|---|
| John Doe | john@example.com | Active | Admin |
| Jane Smith | jane@example.com | Active | User |
| Bob Johnson | bob@example.com | Inactive | User |
| Alice Brown | alice@example.com | Active | Editor |
| Charlie Wilson | charlie@example.com | Pending | User |
Selectable Rows
Table with checkbox selection
| Name | Status | Role | ||
|---|---|---|---|---|
| John Doe | john@example.com | Active | Admin | |
| Jane Smith | jane@example.com | Active | User | |
| Bob Johnson | bob@example.com | Inactive | User | |
| Alice Brown | alice@example.com | Active | Editor | |
| Charlie Wilson | charlie@example.com | Pending | User |
Responsive Table
Horizontal scroll on smaller screens
| Name | Status | Role | Department | Location | Actions | |
|---|---|---|---|---|---|---|
| John Doe | john@example.com | Active | Admin | Engineering | San Francisco | |
| Jane Smith | jane@example.com | Active | User | Engineering | San Francisco | |
| Bob Johnson | bob@example.com | Inactive | User | Engineering | San Francisco | |
| Alice Brown | alice@example.com | Active | Editor | Engineering | San Francisco | |
| Charlie Wilson | charlie@example.com | Pending | User | Engineering | San Francisco |