I'm new to this location and could really use some assistance. I'm trying to create a page that can be viewed on both desktop and mobile devices, featuring a table.
On desktop, the table displays as follows:
th1 th2 th3
td1-1 td1-2 td1-3
td2-1 td2-2 td3-3
However, on mobile devices, I need the table's structure to change. I want the table headers on the left and the content on the right:
th1 td1-1
th2 td1-2
th3 td1-3
th1 td2-1
th2 td2-2
th3 td2-3
Unfortunately, I'm unable to post images due to lack of reputation. Can someone please lend a hand with this?