jQuery RTable
Makes Tables Responsive
Demo
http://springstubbe.us/projects/jquery-rtable/
Usage
$('table').rtable();
$('table').rtable({ style: 'flipscroll', sacrifice: [ 1, 8 ] });
Just another jQuery responsive table plugin which transforms a regular Html table into a single column table (or a scrolling table) when not enough space is available.
responsive-tableMakes Tables Responsive
http://springstubbe.us/projects/jquery-rtable/
$('table').rtable();
$('table').rtable({ style: 'flipscroll', sacrifice: [ 1, 8 ] });