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

The @wq/material-web implementation just exports TableRow from @mui/material. The @wq/material-native implementation just exports DataTable.Row from react-native-paper.