FooTable
========
FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome - No matter how many columns of data you may have in them.
[Home Page](http://fooplugins.com/plugins/footable-jquery "Visit the FooTable Homepage") |
[WordPress Plugin (free)](http://fooplugins.com/plugins/footable-lite/) |
[Demos](http://fooplugins.com/footable-demos/)

Features
--------
* Hide certain columns at different sizes
* Configuration via data attributes
* Built to work with Bootstrap
* Easy to theme
* Sorting
* Filtering
* Pagination
* Easy to extend with add-ons
What Is FooTable?
-----------------
FooTable is a jQuery plugin that transforms your HTML tables into expandable responsive tables. This is how it works:
1. It hides certain columns of data at different resolutions (we call these breakpoints).
2. Rows become expandable to reveal any hidden data.
So simple! Any hidden data can always be seen just by clicking the row.
Demos
-----
Check out the growing number of [FooTable demos](http://fooplugins.com/footable-demos/) (with built-in documentation!)
Documentation
-------------
The docs are built into the [demos](http://fooplugins.com/footable-demos/)! On every demo page, there is a docs tab that outlines how to use the specific feature.
Data Attribute Configuration
----------------------------
One of the main goals of FooTable was to make it completely configurable via data attributes. We wanted you to be able to look at the HTML markup and see exactly how the FooTable was going to function. Take a look at this markup for example:
```html