Displaying 1 result from an estimated 1 matches for "data_grid_updat".
Did you mean:
data_grid_updater
2005 Dec 27
1
Rails/Ajax question from a newbie (to both)
...t;cell"> <%= item.field2 %>
<td>
<td class="cell"> <%= item.field3 %>
<td>
</tr>
<% end %>
And the LiveGrid tutorial describes this:
<ajax-response>
<response type=''object'' id=''data_grid_updater''>
<rows update_us=''true>
<tr...
The rest is the table and closing tags. Of course, if you''re experienced
with this stuff, you''ve probably
already seen that. :)
What''s the best way to handle this issue? Should I modify the xml_rpc
pa...