Displaying 1 result from an estimated 1 matches for "pro_categori".
Did you mean:
pro_categorie
2009 Aug 19
1
will_paginate with ajax
I tried to delete from a datatable that I represent with will_paginate
and ajax. In the view there are something like that:
<tbody>
<% @items.each do |i| %>
<tr class="<%= cycle("even","odd") %>">
<td><%= i.name %></td>
<td><%= i.quantity %></td>
<td><%= i.price