table_for icon indicating copy to clipboard operation
table_for copied to clipboard

simple helper to render table using given collection

Results 4 table_for issues
Sort by recently updated
recently updated
newest added

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"...