Home > General Components > TableRow

TableRow

@wq/material’s <TableRow/> component provides the Table row component from each library. <TableRow/> is analogous to <tr> in HTML.

Source

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

  • TableRow.js (@wq/material)
  • TableRow.native.js (@wq/material)