-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs][material-ui] TableContainer not well documented #42836
Comments
Unfortunately I don't know the answers to the questions I posed, so I am unable to make a PR. |
That's what we need to document. |
Does it provide a horizontally scrollable 100% width container (for mobile devices and too-wide tables) and not much more? |
Yes, that's correct, and it also allows you to change the root container, like to the |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @ZebraFlesh! How was your experience with our support team? |
Related page
https://mui.com/material-ui/api/table-container/
Kind of issue
Missing information
Issue description
It's not clear to me what a
TableContainer
is and when I would/wouldn't want to use it. The demos say "see Table", but theTable
demos don't really explain it -- searching forTableContainer
on https://mui.com/material-ui/react-table/ only turns up one hit, the link back to theTableContainer
API.Context
I'm trying to construct my first HTML table with MUI. Do I need a
TableContainer
? Why? Can I do without it? What's the tradeoff for using vs. not using?Search keywords: TableContainer
The text was updated successfully, but these errors were encountered: