
PivottableRails
pivottable is a jQuery plugin to build Pivot Table with your data.
The pivottable-rails
gem integrates the pivottable
jQuery plugin - version 2.0.2 - with the Rails asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'pivottable_rails'
Execute:
$ bundle
And then add the following to your app/assets/javascripts/application.js
:
//= require pivottable/pivot
Or install it yourself as:
$ gem install pivottable_rails
Usage
For usage informations, please refer to the official pivottable plugin documentation.
Contributing