How Can I Make A Table Horizontally Scrollable On A Mobile Device? - Question | JoomShaper

How Can I Make A Table Horizontally Scrollable On A Mobile Device?

KI

Knut Ingwersen

SP Page Builder 2 days ago

How can I make a table horizontally scrollable on a mobile device?

https://dentalwinter.com/unterkuenfte.html

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 days ago #219904

Hi Kunt,

yes, for example, by using extra <div> with Bootstrap class name around <table>.

Technial details >> https://getbootstrap.com/docs/5.0/content/tables/#responsive-tables

it will add bottom horizontal scroller if table doesn't fit on the screen. I use it from time to time.

info_4086_2026.png

0
KI
Knut Ingwersen
Accepted Answer
2 days ago #219907

Hi Paul,

i used

<div class="table-responsive"> <table class="table"> ... </table> </div>

But it doesn´t work.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 days ago #219939

In that case you have to make deeper research Internet / AI.

I told you what I used on my sites.

0
KI
Knut Ingwersen
Accepted Answer
1 day ago #219953

Hi Paul, I just figured out how it works: in the menu under Page Display in the CSS Class Page field, I entered "table-responsive" and it works.

0