Table Cloth - Easy to use tables in Rails views
I just launched Table Cloth. It's an easy way of generating tables in Rails views. It gives the ability to render actions as well.
Small example:
or!
Check it out!
github.com/bobbytables/table_cloth
Small example:
%= simple_table_for @users, with: UserTable %
or!
%= simple_table_for @users do |t| %
% end %
Check it out!
github.com/bobbytables/table_cloth

Comments