Unable to get property 'length' of undefined or null reference
Unable to get property 'length' of undefined or null reference
Andreas S.
Posts: 208Questions: 74Answers: 4
Hi,
I have a Problem to show data in the Table. I think, i get the Data in the correct json format, but the consolelog show me the error that written in the subject.
I have uploaded for debugging, but I cannot see where my fault ist.
debug.datatables.net/okenal
Have you some hints for me, wer the fault is?
Best Andreas
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I found my fault. The Json format has a failure.
it comes with
"data:":
but it should"data":
One colon to much.
Andreas
thanks for sharing.