Designing HTML Tables for Mobile Devices
If you have an HTML table with multiple columns it likely doesn’t render very nicely on a small smartphone. One way to solve this problem is to hide lower priority columns when the table is viewed from a mobile device. First, create a new class in your CSS file, under the @media tag. For example… Read More »