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