AJAX Buttons: Deleting in tables
Click on the Delete button and see the row disappear if successful.
All this needs is basically
- A "post link" with e.g. a
ajax-delete
class added to signal this should be ajax-deletable. - A small JS snippet (see source code)