ajax list removal

Hi David,

David Modernfossil wrote:

I have a list of objects that are in a table. Each row of the table contains the elements of one object. The rows have dynamically generated id's based on the object.

I've created a destroy method for these objects, but I am not sure what to put in the rjs to remove the object from the list.

If you're using tables, as in <table>, you'll be very limited to what you can do with Ajax. Best bet is to just re-render the table.

hth, Bill