table_for
table_for copied to clipboard
simple helper to render table using given collection
The following is my code, and Im using `table_for_collection 1.0.7` with `ruby 2.1.1` ``` ``` Any pointers?
I currently have a pretty standard route: ``` namespace :admin do resources :subjects end ``` But when i try to do ``` table_for @subjects ``` I get an error due...
It's necessary to add `:render_footer` option. If it's set, render `` with the same content as in the `` (at least for first).
No expert here, but I love this gem. Everything works great until I put code inside a column block. Using your sample code: { :tr => { :class => "row"...