Responsive tables

User 78051 Photo


Registered User
201 posts

Just thought that, if any of you do need to use tables in your design I came across this fully responsive set up which is done really elegantly:
http://codepen.io/AllThingsSmitty/pen/MyqmdM/

Hope it helps some of you

Jamie
User 187934 Photo


Senior Advisor
20,266 posts

I've used one similar to that on one of my sites that has extensive html tables to return large quantities of data.
I also put a view full page link on the page. The responsive style sheet link is wrapped in an if statement.
<a class="fontcolor" href="html_table.php?fullview=yes">Full View</a>


Style sheet link.
<?php
if(!isset($_GET['fullview'])){
?>
<link rel="stylesheet" href="css/responsive.css" />
<?php
}
?>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.