-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
tables_dynamic overflow in mobile (responsiveness issue) #358
Comments
I have recreated. |
The width of a table can not be less than the width of its columns, so the width of a column can not be less than its contents. Try to add the "scrollable" class to the div.row that contains a table
|
Sometimes hiding a columns is also a resolution. |
solved the problem for me. |
This is a PR that should patch this issue. |
You can simply add |
Hello there, "overflow:atuo" will solve the problem yep, we'll add it in a future update. |
There is a responsiveness issue at this page
As you can see in the screenshot below, the Datatables widget overflows the main content section
To reproduce this issue open this link either in a mobile device or in google chrome and then simulate a mobile device in the inspector (F12)
The text was updated successfully, but these errors were encountered: