Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgbj/tabular.js
A responsive table plugin for jQuery.
https://github.com/sgbj/tabular.js
Last synced: 8 days ago
JSON representation
A responsive table plugin for jQuery.
- Host: GitHub
- URL: https://github.com/sgbj/tabular.js
- Owner: sgbj
- Created: 2013-08-29T18:14:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T18:24:07.000Z (about 11 years ago)
- Last Synced: 2023-08-03T07:23:25.483Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tabular.js
==========A responsive table plugin for jQuery.
Usage
-----Include it at the bottom of your page:
```html
```
Add the `data-tabular` attribute to your table tags:
```html
ABC
...
123
...
```
And sit back and watch the magic happen...
Before
------
Here's how tables look when the screen width is large:![Before](https://raw.github.com/sgbj/tabular.js/master/before.png)
After
-----
Here's how they look after a good squeeze:![After](https://raw.github.com/sgbj/tabular.js/master/after.png)