-
Notifications
You must be signed in to change notification settings - Fork 28
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
Responsive Sizing #44
Comments
It would also be nice to have a "Flex" like layout, like in mui datatable. so the columns resize responsively and also cover full width on monitor. |
@Kuechlin: Thanks for the Flex Integration. One thing to mention is, that if you resize the page manually, the table doesnt rerender. I have to reload the page manually to adapt the columns to the new size. How can this be automated? |
i have also noticed this problem, i am already implementing a fix. i will use a resize-observer to update the table width on change. |
Thanks that sounds great :) |
@Kuechlin any plans on adding same responsive behaviour as |
Is there any way to have the table change layout, similar to how MUI-Datatables does? If you are on a small device it re-arranges the columns into a stack so you can see a whole row at a glance without having to scroll left to right.
https://codesandbox.io/s/github/gregnb/mui-datatables
The text was updated successfully, but these errors were encountered: