Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js-rails/tabulator-rails
Tabulator jQuery Plugin
https://github.com/js-rails/tabulator-rails
javascript jquery rails ruby ruby-on-rails tabulator
Last synced: about 1 month ago
JSON representation
Tabulator jQuery Plugin
- Host: GitHub
- URL: https://github.com/js-rails/tabulator-rails
- Owner: js-rails
- License: mit
- Created: 2018-01-09T19:07:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T16:04:02.000Z (about 6 years ago)
- Last Synced: 2024-12-18T19:41:05.277Z (about 1 month ago)
- Topics: javascript, jquery, rails, ruby, ruby-on-rails, tabulator
- Language: Ruby
- Homepage:
- Size: 417 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tabulator::Rails
[![Gem Version](https://badge.fury.io/rb/tabulator-rails.svg)](https://rubygems.org/gems/tabulator-rails)
[![Downloads](https://img.shields.io/gem/dt/tabulator-rails.svg)](https://rubygems.org/gems/tabulator-rails)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tanvir002700/tabulator-rails/master.svg)](https://github.com/tanvir002700/tabulator-rails)
[![license](https://img.shields.io/github/license/tanvir002700/tabulator-rails.svg)](https://github.com/tanvir002700/tabulator-rails/blob/master/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:
```ruby
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:
``` css
/*
*= 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
``` css
*= require tabulator
```## Usage
View [Tabulator](http://tabulator.info/examples/3.3) 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](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## 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](https://github.com/tanvir002700/tabulator-rails/blob/master/CODE_OF_CONDUCT.md).