This gem packages the jQuery Dynatable plugin for easy use with the Rails 3.1+ asset pipleine.
Dynatable is licensed under AGPL, but has an optional Commercial License which may be purchased, so make sure you have a valid license to use Dynatable.
Dynatable is a funner, semantic, interactive table plugin using jQuery, HTML5, and JSON. And it's not just for tables.
Add this line to your application's Gemfile:
gem 'jquery-dynatable-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery-dynatable-rails
/= require 'jquery.dynatable'
Thanks the authors for making the Dynatable plugin for jQuery:
Steve Schwartz - JangoSteve on Github, @jangosteve on Twitter
Alfa Jango Open Source - @alfajango on Twitter
Dynatable is dual licensed, released under the Free Software Foundation's GNU Affero General Public License (AGPL), or see license information for proprietary or commercial applications.
Note: The MIT license for early jquery-dynatable-rails versions <= 0.3.1 are incompatible with the Dynatable license.
- Fork it ( http://github.com/ricardodovalle/jquery-dynatable-rails/fork )
- 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