Table
Structured rows and columns for dense tabular data with sorting and pagination
What is it?
Tables display structured, columnar data—useful for lists, reports, and admin panels. Common features include sorting, pagination, row selection, inline actions, and responsive behaviors (stacking or horizontal scroll on small viewports).
Mockdown
``` ┌────────┬────────────┬──────────────┬──────────┐ │ Name │ Status │ Updated │ Actions │ ├────────┼────────────┼──────────────┼──────────┤ │ Item A │ Active │ 2026-02-01 │ [Edit] │ │ Item B │ Disabled │ 2026-01-12 │ [Edit] │ │ Item C │ Pending │ 2026-02-03 │ [Edit] │ └────────┴────────────┴──────────────┴──────────┘ ``` Characteristics: - Column headers with sort affordances - Row selection (checkboxes) - Actions per row and batch actions - Responsive handling: collapse/detail view or horizontal scroll
Layouts Using This Pattern
Use these prompts to generate layouts built with this pattern.
Ready to build?
Use this pattern as inspiration when creating UI layouts with AI tools.