Dear support,
I need some help with showing the table on mobile devices. My table has 6 columns and everything renders nice. As I am reducing the screen width, it scales well until some point at which the table starts overflowing on the x-axis (due to columns length). How to deal with this problem and show the table properly on smaller resolutions and on mobiles? I could wrap my table in an element that has the overflow-x property set to auto, but the scrolling table is not what you want on your phone :/
Thanks!
