FooTable Plugin
FooTable's goal is simple : to make HTML tables look awesome on all devices!
Have you ever wanted to show a lot of data in a table, but hate how badly it scales on smaller mobile devices? FooTable solves this problem by hiding certain columns on smaller devices, but still allowing the user to expand each row to see the columns that were hidden
FooTable WordPress Homepage |
FooTable WordPress Documentation |
FooTable jQuery Homepage |
FooTable jQuery GitHub Repo |
FooTable jQuery Demos & Docs
features
- Make your existing HTML tables responsive
- Target only the tables you want using a CSS selector
- Add sorting, filtering and paging to your tables
- Automatically hide certain number of columns on tablets and phones
- Set custom breakpoint sizes
- Choose from 3 table themes or use your own CSS
- Ability to include custom CSS
- Works with TablePress
Installation
- Upload or unzip the plugin to your
/wp-content/plugins/
folder - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure FooTable from the settings page
Screenshots
Settings - General
Settings - Demo
Frontend Result
FAQ
Installation Instructions
- Upload or unzip the plugin to your
/wp-content/plugins/
folder - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure FooTable from the settings page
How do I override the CSS that FooTable applies to my tables?
Goto the settings page and disable the FooTable CSS, or add your own custom styling using the “Custom CSS” setting
Changelog
0.3.1
- Fixed T_PAAMAYIM_NEKUDOTAYIM syntax error bug
- Disabling filtering and pagination settings now works
0.3
- Major update! Using FooBox V2 jQuery
- Reworked the settings
0.2.1
- Updated JS to fix minor bug
0.2
- Initial Relase. First version.