Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)