responsive ext – minor issues
-
Hi Tobias,
I’m evaluating the responsive extension as a possible solution to the following:
Other than a border formatting issue (separate thread), table in desktop form factor is fine.
However, with mobile form factor, the default behavior for table press is to auto adjust column width to fit a mobile screen. even with 2 columns, it doesn’t view well (just too tight).
Responsive extension seems to address this (to an extent). However, 2 issues:
a) Table continues to auto adjust to fit a mobile form factor. The following forces a scroll behavior:@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
{
.tablepress th,
.tablepress td
{
min-width: 300px;
}
}b) Functionally, it works. But the scroll bar at the bottom of the table is not visible until you actually grab the table and swipe left. So, a new user would probably not know to try to scroll.
Is there any way to force visibility of the scroll bar?
Many thanks!
The page I need help with: [log in to see the link]
The topic ‘responsive ext – minor issues’ is closed to new replies.