Displaying 1 result from an estimated 1 matches for "table_test".
2006 Jul 18
6
RJS - Insert at top of table?
Quick question regarding RJS and inserting to the top of a table. Here''s
the view I''m working with:
<table id="links-list">
  <tr>
   <th>Display title</th>
   <th>URL</th>
   <th>Description</th>
   <th>Category</th>
  </tr>
<% for link in @links %>
  <tr id="link-<%= h link.id