TableSection

Maps to thead, tbody, or tfoot. Children are TableRow only.

Required Props: idSupports Children: TableRow

Structure

Use multiple TableSection nodes for thead + tbody + tfoot; multiple tbody is valid HTML5.

Properties

PropertyTypeDescriptionExamples
tableSectionstring
thead | tbody | tfoot
Which table section this node renders.
Default: "tbody"
-
canDeleteboolean
-
Default: true
-
canEditNameboolean
-
Default: true
-
customobject
-
-
classNamestring
Tailwind utilities on the thead/tbody/tfoot element.
rootobject
-
-