Monday, December 2, 2013

Responsive tables


Tabular data is an often used layout component that imposes some tricky decisions in a responsive environment. If the table is wider than the viewport, we can enable horizontal scrolling, hide some columns, show a sum up of the table with a link to the full version of it, or we can make other decisions as well.