Home > General Components > Table

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:

  • Table.js (@wq/material-web)
  • Table.js (@wq/material-native)

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