Wire up the FooTable assets for your Rails applications.
Getting Started
If you're using Bundler, you can add foo_table-rails to your Gemfile:
gem 'foo_table-rails'
Or manually install the foo_table-rails gem:
gem install foo_table-rails
FooTable::Rails for Rails >= 3.1
All of the assets from the most latest stable FooTable::Rails release are vendored so that you can use them with the asset pipeline. At a minimum, you will probably want the following in your application.js and application.css:
//= require footable.core
// ... and plugins ...
// or...
//= require footable.all
//= require footable.core
Adding a plugin
Additional syntax modes can be added to your application.js:
//= require footable.paginate
//= require footable.sort
// ...
Adding a theme
Additional CSS themes can be added to your application.css
//= require footable.metro
Contributing
Find a mistake? New version of FooTable::Rails? Submit a pull request!
Copyright (c) 2015 Dale Stevens, released under the MIT license