Change table in Mobile view

I have a table on my page which is 6 rows by 4 columns. This is fine on a desktop/tablet view, but on a portrait mobile it doesn't work, with some of the columns not being accessible (off screen to the right).

So in mobile mode I need to use a different page layout which has 3 tables each 6 rows by 2 column

e.g - if the screen is >520 pixels, then the table resizes to a readable size - all good


If on a mobile, then I need to display three tables thus


How would I achieve something like this please ?

Comments

Sign In or Register to comment.