Horizontal overflow, horizontal table lines
-
Hi Tobias,
the tables are working pretty fine. There are only some last minute changes needed:
1) I use following code because my tables are quite large which causes problems on smaller screens:
.dataTables_wrapper {
overflow-x: scroll;
overflow-y: hidden;
}With that code I get a horizontal scrolling bar without any function on my desktop screen.
I would like to make it invisible with following code, but then the first code doesn’t worl anymore.
body .dataTables_wrapper {
overflow: hidden;
}Can you help me solve this problem?
2) The fixed header doesn’t work properly on small mobile screens when it comes to swipe to the sides. Is this a theme or tablepress problem?
3) All my tables show a few lines between rows that appear thicker than all the other row lines. To look at it I would like to send you the url via pn, is that possible? The page is not officially online yet.
4) I use fixed background and that works fine on desktop but not on mobile devices. There the background ends when I scroll down the (large) table. Theme or tablepress problem?
Thanks again for your time, Gaby
- The topic ‘Horizontal overflow, horizontal table lines’ is closed to new replies.