Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22091

jacekkolo on "[Plugin: TablePress] Responsive Problem"

$
0
0

Hi,

yes, that solution relies on JavaScript. If you don't want to use JS, you can use CSS scrolling, for which you will indeed need a wrapper <div> then, e.g.

<div class="tablepress-scroll-wrapper">
[table id=123 /]
</div>

and then "Custom CSS" like

.tablepress-scroll-wrapper {
overflow-x: auto;
overflow-y: hidden;
}

Regards,
Tobias

This solution worked for me :)

Thanks!


Viewing all articles
Browse latest Browse all 22091

Trending Articles