Horizontal scrollbar in gadget?

Max Doppler July 25, 2013

I generate a html table in my gadget that is wider than the width of the gadget. The right part of the table you can't see now, unfortunately. How can I add a horizontal scrollbar to my gadget, like the filter results gadget?

4 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Arthur
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 25, 2013

I had the same problem. I did this:

<div style="width: 100%; overflow-x: scroll">
  <table that is too big>...</table>
</div>

0 votes
Max Doppler July 28, 2013

That works, thank you! No idea what I had really tried.

0 votes
Max Doppler July 25, 2013

Yes, I have tried. But unfortunately that did not make it work. It seems that the table is wider, but the gadget is not showing the whole table.

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 25, 2013

Have you tried to put your content in a scrollable div?

http://stackoverflow.com/questions/443700/div-with-horizontal-scrolling-only

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events