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)
  • TableBody.native.js (@wq/material)