metaminded / tabulatr2

A very JS enhanced Tabulatr edition. Rails4, Ruby 2 required
Other
21 stars 10 forks source link

filter: false isn't working for table_for #44

Closed hanspolo closed 9 years ago

hanspolo commented 9 years ago

When using table_for Foo, filter: false it crashes with the error undefined methodany?' for false:FalseClass. The error occurs inlib/tabulatr/renderer/renderer.rb` in Line 68.

Crunch09 commented 9 years ago

Thanks, i'll look into this.