Add this line to your application's Gemfile:
gem 'footable-on-rails'
And then execute:
$ bundle install
Add this line below before require_tree on 'application.css' file:
*= require footable-on-rails
Add this line after the above line to use the metro style:
*= require footable-on-rails/footable.metro.css
Add this line below before require_tree on 'application.js':
//= require footable-on-rails
Check out the FooTable official demos, the docs are included on every demo.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request