Unanswered: In an html container, one element needs to scroll horizontally
Unanswered: In an html container, one element needs to scroll horizontally
I have a big html component in a panel. In part of this html component is a table that overflows the width of the phone. I added a div wrapper around it with a small width, and an overflow: scroll. That table still doesn't scroll horizontally. How might I do this?
If you only want the table to scroll horizontally and not the parent panel, then you might have to extract the table and put it into its own container and set it as scroll: 'horizontal'. If you're not bothered about the whole panel scrolling, then set the whole panel to scroll:'horizontal'