Table
@wq/material’s <Table/> component provides a root table based on Material UI’s <Table/> and React Native Paper’s <DataTable/>. <Table/> is analogous to <table> 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 Table from @mui/material. The @wq/material-native implementation just exports DataTable from react-native-paper.