Skip to content

js-rails/tabulator-rails

Repository files navigation

Tabulator::Rails

Gem Version Downloads GitHub last commit (branch) license

This gem packages the Jquery Tabulator plugin. So you never have to download a custom package through the web interface again.

See VERSIONS.md to see which versions of tabulator-rails bundle which versions of tabulator.

Installation

Add this line to your application's Gemfile:

gem 'tabulator-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tabulator-rails

And then edit your app/assets/stylesheets/application.js file to look something like:

/*
*= require_self
*= require jqeury
*= require jquery-ui
*= require tabulator
*= require_tree .
*/

tabulator-rails is dependant on jQuery, jQuery-UI, so make sure you have it in your Gemfile.

And to your app/assets/stylesheets/application.css

*= require tabulator

Usage

View Tabulator for complete useage information.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tanvir002700/tabulator-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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

Code of Conduct

Everyone interacting in the Tabulator::Rails project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.