Home > General Components > TablePagination

TablePagination

@wq/material’s <TablePagination/> component provides buttons to navigate through a large set of items.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

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

The @wq/material-web implementation just exports TablePagination from @mui/material. The @wq/material-native implementation is currently just a placeholder.