Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 500 Bytes

File metadata and controls

15 lines (8 loc) · 500 Bytes

jquery-datatables-tabletools-rails

This gem packages the jQuery DataTables TableTools plugin for easy use with the Rails 3.1+ asset pipleine.

Installation

  1. Add gem 'jquery-datatables-tabletools-rails' to the assets group in your Gemfile and run bundle install.
  2. Add the JavaScript to application.js:

//= require dataTables/jquery.dataTables.TableTools

  1. Add the stylesheets to application.css:

*= require dataTables/jquery.dataTables.TableTools