json.aaData = null in fnDataTablesPipeline
json.aaData = null in fnDataTablesPipeline
Azzu
Posts: 8Questions: 0Answers: 0
Hi everyone,
I need some help to solve an issue.
The problem is the json.aaData used at the end of fnDataTablesPipeline (see http://www.datatables.net/examples/server_side/pipeline.html).
Sometimes I have a javascript error saying this variable is empty or isn't a object where the function json.aaData.splice() is called.
My question is: where is declared the json in the "else" ? Is it normal if it's implicite ? I'm pretty sure it's the origin of my problem but i need a confirmation.
I need some help to solve an issue.
The problem is the json.aaData used at the end of fnDataTablesPipeline (see http://www.datatables.net/examples/server_side/pipeline.html).
Sometimes I have a javascript error saying this variable is empty or isn't a object where the function json.aaData.splice() is called.
My question is: where is declared the json in the "else" ? Is it normal if it's implicite ? I'm pretty sure it's the origin of my problem but i need a confirmation.
This discussion has been closed.
Replies
Allan