Archive Table Workspace

Table-first workspace for archive routes, internal indexes, and data-led compare flows.

LLM handoff

Copy a concise page brief or the full MDX source without digging through the docs shell.

Archive

Use table-first structure when compare and scan come before deep review.

A compact route header plus one filter band is usually enough.

Rows
148
Updated
12 min ago
Status: Published
148 records
EntryOwnerStatusViews
Pattern library launchPlatformPublished14,204
Queue shell docsDocsReview2,411
Edition pricing updateGrowthDraft801

ArchiveTableWorkspace is the page shell for routes where scan, sort, and compare come before deep inspection. It pairs a compact header, a filter band, a dense table region, and an optional inspector rail.

Installation

Install
Purchase access, then open /account/install to issue a registry token.

Usage

import { ArchiveTableWorkspace } from "@/registry/swiss/blocks/archive-table-workspace"
<ArchiveTableWorkspace
  header={<UtilityRouteHeader title="Archive" />}
  controls={<FilterResultBar summary="148 records" />}
  table={<ResultsTable />}
  inspector={<RecordFactsTable rows={rows} />}
/>