Hi,
I am trying to perform the delete function from the data grid. I have set one data column is the primary key.
Therefore, it return the URL is considered correct as shown in the screenshot. "http://localhost:5000/api/user/23"
However it still meets error line is because the request payload only returns a value with number without any key like a json object format?
I also tried to bind it with the params, this.query = new Query().addParams("id", 23), however it still cannot store it.
Is there any clue on set the request data in JSON format, exmaple: "id" : "23", and that will fix my issue.
Awaiting your soonest reply for help
Attachment:
Dashboard_2d81e668.rar