Im trying to set overflow vertical to scroll on a container with a table. For some reason I cant get it to work. The scroll bar appears but there is nothing to scroll
You could try to add a container right outside your table, where the container has horizontal flex and height set to 100%. Then change the table to have “stretch” in both alignment and sizing. See screenshots to see more in detail!
The only way I can make it work is if I move the table to the very top (as the first object beneath the view) and setting the view itself to scroll. Any other placement in the view, i.e. any of the 3 levels of containers will not allow me to scroll.
I did not change any settings on the table when i tried this
EDIT: As long as the view is set to scroll, scrolling works regardless of where i place the table. But I dont want the entire view to be scrollable…