Displaying 1 result from an estimated 1 matches for "grid_styl".
Did you mean:
grid_style
2009 Mar 25
0
How to include a check box while using wice grid
Hello every one,
I am trying to implement the wice grid in my project.In that I want to
display check boxes.my code is like the following
<%= grid(@users_grid,:table_html_attrs => {:class => ''grid_style'', :id
=> ''accounts_grid''}, :header_tr_html_attrs => {:class =>
''grid_headers''}) do |g|
g.column :column_name => ''Login'', :attribute_name => ''login'' do
|account|
account.login
end
end -%>
how...