TableTitle
@wq/material’s <TableTitle/>
component defines a Table header cell. For web this is the same as <TableCell/>
. <TableTitle/>
is analogous to <th>
in HTML.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:
The @wq/material-web implementation just exports TableCell from @mui/material. The @wq/material-native implementation just exports DataTable.Title from react-native-paper.