https://github.com/projectblacklight/blacklight-table
https://github.com/projectblacklight/blacklight-table
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/projectblacklight/blacklight-table
- Owner: projectblacklight
- License: other
- Created: 2014-02-06T17:48:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T16:55:01.000Z (over 12 years ago)
- Last Synced: 2025-02-17T04:39:50.160Z (over 1 year ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blacklight::Table
Table views for Blacklight search results
## Installation
Add this line to your Blacklight application's Gemfile:
gem 'blacklight-table'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blacklight-table
## Usage
Run the table generator:
$ rails g blacklight_table:install
## Contributing
1. Fork it ( http://github.com//blacklight-table/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