Table

Accessible data table with sorting, row selection, sticky headers, and density variants.

Data Display@sisyphos-ui/tableView on npm

Preview

tsx
NameRoleStatus
Ada LovelaceAdmin
active
Linus TorvaldsEngineer
invited
Grace HopperEngineer
active
Alan TuringAdmin
paused

Installation

Install the individual package:

snippet.bashbash
pnpm add @sisyphos-ui/table @sisyphos-ui/core

Or use the umbrella package that bundles everything:

snippet.bashbash
pnpm add @sisyphos-ui/ui

Usage

Import the component styles and the component itself:

snippet.tsxtsx
import "@sisyphos-ui/table/styles.css";
import { Table } from "@sisyphos-ui/table";

API

Props table is being written. See the package README for the complete API surface.

The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.