Why I get ajax error after adding deferRender?
Why I get ajax error after adding deferRender?
taboret
Posts: 1Questions: 1Answers: 0
Datatables work good with my table but it's slow so I wanted to implement deferRender:
$('#mytable').DataTable({
"ajax": "sources/arrays.txt",
"deferRender": true
});
after I do it it loads with the same speed and throw following error:
DataTables warning: table id=mytable - Ajax error. For more information about this error, please see http://datatables.net/tn/7
I don't see a solution in a provided link.
This discussion has been closed.
Answers
Hi @taboret ,
The best bet is to follow the instructions in that link, and report back your findings. Also, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin