Skip to main content

TableBody

The content of a table component.

JohnGuitar20
PaulBass guitar18
GeorgeGuitar17
RingoDrums20
<TableBody>
<TableRow>
<TableCell>Cell</TableCell>
<TableCell>Cell</TableCell>
</TableRow>
{/* repeat <TableRow /> */}
</TableBody>