sonicjs
sonicjs copied to clipboard
Add ability to delete records
Add a delete button to each row of the records table, ie:
A simple javascript alert popup confirmation that says "Delete Forever?" should appear. If user clicks "Ok" then the delete API will be called, passing in the id of the selected record to the delete API found at api/content
once the delete API returns success, the user is redirect to the same record listing page and the deleted record will no longer be visible.
Hi @lane711, I think this ticket is finished, right ?