I have a view that has a <table> element in it that I want to update
via ajax, so that the view is not refreshed. The number of rows I have
will be variable, expanding and contracting, and each row is an
element in an array of hashes for each cell in the row.
How do you typically do something like this in RoR? All the examples I
see are for the Scriptaculus kinds of things (autocompete, etc) but
what about something like this. How would you begin to tackle it?
Thanks, Janna B