edbnedbn/ui
ComponentsMapsAudioPDF
GitHub stars
Explorer
Get Started
Components

Table

Data table with header, body, and cell components.

Components

Installation

npx shadcn@latest add https://ui.edbn.me/r/table.json

Manual

API Reference

Table

Data table container with horizontal scroll. Renders a table element.

classNamestring

CSS class name

TableHeader

The table header section. Renders a thead element.

classNamestring

CSS class name

TableBody

The table body section. Renders a tbody element.

classNamestring

CSS class name

TableFooter

The table footer section. Renders a tfoot element.

classNamestring

CSS class name

TableRow

A table row. Renders a tr element.

classNamestring

CSS class name

TableHead

A table header cell. Renders a th element.

classNamestring

CSS class name

TableCell

A table data cell. Renders a td element.

classNamestring

CSS class name

TableCaption

An accessible caption for the table. Renders a caption element.

classNamestring

CSS class name