manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Delete behaving as Post call #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've followed the documentation for deleteRecord and specified the delete url 
appropriately however when i select the row in data table, delete button is 
activated but when i click on the button it executes the POST call and returns 
the id of the newly created record rather than deleting the selected row. I've 
verified that the id is correctly assigned to each row in the table and also 
the delete function from server side works well when tried through other 
application. Am not sure whats happening...any hints on what might be going 
wrong would really help. thanks!

Original issue reported on code.google.com by jyotir...@gmail.com on 12 Feb 2015 at 10:18