Download
User Rating: 4.4/5 ( 1 votes)
Responsive Tables JS is a simple and fast method for making any table responsive
Browser Support
All modern browsers. Tested in:
-
FF
-
Chrome
-
IOS Safari
-
IE9+
Source: github.com
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="responsiveimages.css" />
<script src="jquery.js"></script>
<script src="responsiveimages.js"></script>
2. HTML
<table class="responsive">
<tr >
<th>
Title 1
</th>
<th>
Title 2
</th>
</tr>
<tr>
<td >
Row 1
</td>
<td >
Row 1
</td>
</tr>
</table>
IE9 CSS Class
<!--[if IE 9 ]>
<html class="ie9">
<![endif]-->
<!--[if !IE]>-->
<html>
<!--<![endif]-->