An open API service indexing awesome lists of open source software.

https://github.com/projectblacklight/blacklight-table


https://github.com/projectblacklight/blacklight-table

Last synced: about 1 year ago
JSON representation

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