Width is not working Material-UI Enhanced Table #2332
-
Hi! { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Assuming you are using the useTable() hook, I recommend using the additional layout hooks like useFlexLayout, useAbsoluteLayout, or useBlockLayout. |
Beta Was this translation helpful? Give feedback.
-
Instead of the Enhanced Table example, I'm using the other material-ui example (https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/material-UI-components) that auto scales the table to fullWidth. But like OP |
Beta Was this translation helpful? Give feedback.
Assuming you are using the useTable() hook, I recommend using the additional layout hooks like useFlexLayout, useAbsoluteLayout, or useBlockLayout.