Horizontal scroll

I have a dynamic generated Table that i want to show in a Ionic 2 Page. The problem is that when the table is wider than the screen the table just gets cut what makes it impossible to read it entirely. So a horizontal scroll would solve this problem. I already tried ion-scroll but it did not work for my table.
Has anyone a suggestion?

This is something that we have on our road map. Currently it’s not implemented, so there’s no good answer here.

You could wrap the table in a div and have overflow-x:auto on the div.