This is not a clever innovation as much as it is simply failing to use the correct markup. Rather than have your tables as div's in markup you should change the display property of your table cells to be block, or however you want them to be displayed, when you are on mobile. This is possible with the most basic of media queries.
This is not a clever innovation as much as it is simply failing to use the correct markup. Rather than have your tables as div's in markup you should change the display property of your table cells to be block, or however you want them to be displayed, when you are on mobile. This is possible with the most basic of media queries.