Help me

Help me

JennyFGJennyFG Posts: 4Questions: 1Answers: 1

I have a error with DataTables.

Error
DataTables warning:table Id= $id Ajax error. For more information about this error, please see http://datatables.net/tn/7

This question has an accepted answers - jump to answer

Answers

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    When you have followed the diagnostic steps listed at http://datatables.net/tn/7 you will know what error is returned by the server.
    What is that error?

  • JennyFGJennyFG Posts: 4Questions: 1Answers: 1
    edited December 2016

    yes, mark me error at method Get

  • allanallan Posts: 61,971Questions: 1Answers: 10,160 Site admin

    We'd need to know what data the server is returning. You can find details on how to get that information in the tech note link given in the error.

    Otherwise we'd need a link to the page showing the issue, per the forum rules, to be able to offer any help.

    Allan

  • JennyFGJennyFG Posts: 4Questions: 1Answers: 1

    Hi Allan,

    My error mark it on this line of my javascript

    xhr.send( options.hasContent && options.data || null );

  • JennyFGJennyFG Posts: 4Questions: 1Answers: 1
    Answer ✓

    Thank you, my error it was writing evil data

This discussion has been closed.