Table

Scrollable wrapper around a semantic HTML table. Children must be TableSection nodes only (thead/tbody/tfoot), never raw rows.

Required Props: idSupports Children: TableSection

Structure

Table holds TableSection nodes in document order (typically thead, tbody, tfoot).

Properties

PropertyTypeDescriptionExamples
canDeleteboolean
-
Default: true
-
canEditNameboolean
-
Default: true
-
customobject
-
-
classNamestring
Tailwind utilities on the inner table element (e.g. border, text color).
border-base-300 text-base-content w-full border-collapse text-sm
rootobject
-
-