No commit activity in last 3 years
No release in over 3 years
Dynatable is a funner, semantic, interactive table plugin using jQuery, HTML5, and JSON. And it's not just for tables.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

< 5.0, >= 3.2
 Project Readme

Jquery::Dynatable::Rails

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.

Installation

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

Usage

/= require 'jquery.dynatable'

Thanks

Thanks the authors for making the Dynatable plugin for jQuery:

Steve Schwartz - JangoSteve on Github, @jangosteve on Twitter

Alfa Jango logo Alfa Jango Open Source - @alfajango on Twitter

License

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.

Contributing

  1. Fork it ( http://github.com/ricardodovalle/jquery-dynatable-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request