Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nobleclem/jquery-rtable

Makes Tables Responsive
https://github.com/nobleclem/jquery-rtable

jquery responsive tables

Last synced: about 2 months ago
JSON representation

Makes Tables Responsive

Awesome Lists containing this project

README

        

jQuery RTable
=====================

Makes Tables Responsive

## Demo
http://springstubbe.us/projects/jquery-rtable/

## Usage
```
$('table').rtable();
```
```
$('table').rtable({
style: 'flipscroll',
sacrifice: [ 1, 8 ]
});
```