The default demo comes with a free test API from jsonplaceholder.typicode.com/. Update, store and delete request will result of a succes but won't be persisted in the database.
For better result, we recommand you to use an api that you built to see if it persist through the database
lookup
box and see the form being filled by the idSubmit
. Since you already loaded a record, the request will update the recordNew
, fill in some data and click Submit
. The new
method is reseting the id, then, it'll store insteand of updating the requestDelete
button after you looked up an existing record. It'll be deleted