berk / will_filter

rails engine plugin for filtering active_record model objects
MIT License
157 stars 76 forks source link

Support for both kaminari and will_paginate; and possibly other pagination plugins #8

Open berk opened 12 years ago

berk commented 12 years ago

will_paginate is now available for Rails 3.0 + so will_filter should support it as well. This should be a configurable option in the config.yml: paginator: Kaminari or will_paginate. Both filter.rb and will_filter_table should respect that setting and act accordingly.