A tight DSL to build tables of ActiveRecord or Mongoid models with sorting, pagination, finding/filtering, selecting and batch actions. Tries to do for tables what formtastic and simple_form did for forms.
When filtering on a column based on an association, the filter simply doesn't work. The sql is wrong. It looks like someone got close, but commented it out on line 199 of find_for_table.rb.
When filtering on a column based on an association, the filter simply doesn't work. The sql is wrong. It looks like someone got close, but commented it out on line 199 of find_for_table.rb.