Home > General Components > TableBody

TableBody

@wq/material’s <TableBody/> component defines a Table body container component. For native this is just a <Fragment/>. <TableBody/> is analogous to <tbody> in HTML.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • TableBody.js (@wq/material-web)
  • TableBody.js (@wq/material-native)

The @wq/material-web implementation just exports TableBody from @mui/material. The @wq/material-native implementation simply renders its children.