The inline editor doesn't close even after the Update AJAX request returns successfully.
The inline editor doesn't close even after the Update AJAX request returns successfully.
abhimediratta
Posts: 5Questions: 3Answers: 0
http://debug.datatables.net/ozecul
I get this error after the AJAX request returns a successful response:
Uncaught TypeError: Cannot read property 'length' of undefined
Is there any way to close the inline editor manually?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Can you link to the page showing the issue so I can debug it please? What is the JSON that is returned form the server (the debugger doesn't show that unfortunately)?
Allan
{ status: '1', id: 'some string' }, I can't give the link to it due to company policy.
What does the successCallback expect in its parameter?
That's the problem then. The client / server interchange that Editor uses is documented here. The issue is that the response is not what Editor is expecting.
Allan
Thanks for the help :) Got it working.