Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to handle wide tables on mobile devices

Bit of a general question here. Just wondering if there is a clever of displaying wide tables (IE. lots of columns) on mobile devices.

Just to explain a bit, we create mobile sites that load their content using ajax from the main site, and in some instances these pages container tables that have a lot of columns. The only way to fit the whole table onto a mobile device held vertically, is to shrink the font size down till it's unreadable.

Just wondered if there was another option out there.

Thanks.

like image 414
Strontium_99 Avatar asked Jan 28 '13 10:01

Strontium_99


1 Answers

Instead of using tables to display your data, you could use a "widgets" for each row. This makes it a lot easier to design for mobile and make the data flow in a responsive way.

Example: Examdoctor - Buy Now page

like image 123
97ldave Avatar answered Sep 30 '22 17:09

97ldave