Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nobleclem/jquery-rtable
- Owner: nobleclem
- License: mit
- Created: 2015-06-04T14:13:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T16:45:34.000Z (over 6 years ago)
- Last Synced: 2024-03-15T23:03:35.453Z (11 months ago)
- Topics: jquery, responsive, tables
- Language: JavaScript
- Homepage: http://springstubbe.us/projects/jquery-rtable/
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ]
});
```