TableContainer
@wq/material’s <TableContainer/>
component wraps a Table with styles to facilitate horizontal scrolling, if needed.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:
The @wq/material-web implementation just exports TableContainer from @mui/material. The @wq/material-native implementation simply renders its children.