Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 970 Bytes

File metadata and controls

38 lines (23 loc) · 970 Bytes

Table::Export::Jquery::Plugin::Rails

table-export-jquery-plugin-rails provides the tableExport.jquery.plugin library as a Rails engine to use it within the asset pipeline.

Original Git source - https://github.com/hhurz/tableExport.jquery.plugin

Installation

Add this to your Gemfile:

$ gem table-export-jquery-plugin-rails

and run bundle install.

Usage

In your application.js, include the following:

//= require tableExport.min

License

The gem is available as open source under the terms of the MIT License.

Update Assets

Execute bin/update to update the assets and the version of the gem. Then push your changes to github and create a release tag.

Contributing

  1. Fork it
  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