Deleting Datatable item to serverside

Hello there,

I tried to delete an item form this server connected datatable http://webix.com/snippet/e9e47367 . The item looks like its deleted, but after refresh it would be reappear. Changing item is working though.

Should I use other method to delete it? Or is there something wrong with the proxy code?

Thank you

Hello,

The item looks like its deleted, but after refresh it would be reappear.

The item is deleted in datatable, but not in database. The DELETE request is sent, but probably something is wrong with the server-side.

I guess you’re correct. I tried on several days ago and it worked. Can you tell me which line showing request status?

thanks for your time btw…

Can you tell me which line showing request status?

We checked requests in dev tools of the browser.

alright maria, thank you… it’s working now…