Replies: 1 comment 4 replies
-
Yeah, you can set no wrap in the muiTableBodyCellProps sx or style prop, head cells, footer cells, etc. There should be no vertical scrollbars by default, but you could probably disable horizontal scrolling in the muiTablePaperProps |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I have an example table that I'm trying to do with your table: https://codesandbox.io/s/table-test-p26pph?file=/index.html
The table should have no scroll bars, automatically rezise the columns and the text should not wrap. I have been trying to set different props like muiTableHeadCellProps, muiTableContainerProps, muiTableProps. Any ideas?
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions