RESOLVED - sDeleteURL needs browser refresh?

RESOLVED - sDeleteURL needs browser refresh?

dieselb0ydieselb0y Posts: 1Questions: 0Answers: 0
edited August 2011 in General
).makeEditable({
sUpdateURL: "UpdateData.php",
sAddURL: "AddData.php",
sDeleteURL: "DeleteData.php"
All is working perfecly but when a delete a row , I need to refresh my browser to see the table without the deleted row.When I make update/adding all is refreshing automaticaly and instantly.It's only with the delete that I have this problem.

Is it normal?


------------------------------------

Ok all is working now .... at the end of my deletedata.php there was an "echo $_POST['value'].' (server updated)';"

I delete this line and all is ok.

Thanks
This discussion has been closed.