Table views for Blacklight search results
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
Run the table generator:
$ rails g blacklight_table:install
- Fork it ( http://github.com//blacklight-table/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request