I’m looking for a Rails plugin that facilitates showing lists of objects. Ideally I’d like to pass an ActiveRecord query and get a table that shows a result of this query. The table should be sortable, paginated and searchable (using some kind of filters).
I’ve already found two that might be ok. The first is DataGrid. It looks fine, but it uses will-paginate and as I adopted kaminari in the project, I’m not sure if such mixing would be a good idea.
FancyGrid looks tempting, but it seems to be not maintained and so I’m not sure, if it’s good idea to use it.
Do you know anything more?
There’s a railscasts that may be relevant. See here