https://github.com/dbackowski/tidy-table-rails
Rails asset pipeline bundling of the Tidy-Table
https://github.com/dbackowski/tidy-table-rails
assets rails ruby tidy-table
Last synced: 17 days ago
JSON representation
Rails asset pipeline bundling of the Tidy-Table
- Host: GitHub
- URL: https://github.com/dbackowski/tidy-table-rails
- Owner: dbackowski
- License: mit
- Created: 2015-02-08T16:55:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T08:27:12.000Z (almost 8 years ago)
- Last Synced: 2025-05-21T09:55:56.103Z (about 1 year ago)
- Topics: assets, rails, ruby, tidy-table
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tidy::Table::Rails [](https://travis-ci.org/dbackowski/tidy-table-rails)
Asset pipeline bundling of the tidy table jquery plugin.
## Installation
Add this line to your application's Gemfile:
gem 'tidy-table-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tidy-table-rails
In your application.css.scss:
*= require tidy-table
And in your application.js:
//= require tidy-table
## Usage
http://nuxy.github.io/Tidy-Table/
## 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 a new Pull Request