
Data table with header, body, and cell components.
npx shadcn@latest add https://ui.edbn.me/r/table.jsonData table container with horizontal scroll. Renders a table element.
classNamestringCSS class name
The table header section. Renders a thead element.
classNamestringCSS class name
The table body section. Renders a tbody element.
classNamestringCSS class name
The table footer section. Renders a tfoot element.
classNamestringCSS class name
A table row. Renders a tr element.
classNamestringCSS class name
A table header cell. Renders a th element.
classNamestringCSS class name
A table data cell. Renders a td element.
classNamestringCSS class name
An accessible caption for the table. Renders a caption element.
classNamestringCSS class name