DataTables warning: table id=my_table - Requested unknown parameter '0' for row 0, column 0.
DataTables warning: table id=my_table - Requested unknown parameter '0' for row 0, column 0.
Please am facing this issue/ error (Requested unknown parameter '0' for row 0, column 0) tried most suggestions in the documentation but to no avail



Please what am i doing wrong... ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Danny4x ,
Spelling mistakes, I'm afraid! You spelt
columnsascolmuns, andprocessingasproccessing. If you correct those you should be good to go.Cheers,
Colin
Bigs thanks @colin .... Struggle throughout more than hours yesterday and gave up... Sometimes you just need a second eye..... Gave myself slap on the face....
Would like know ... Is there any sort of snippet intellisense vs code plugin for Dt..??
Also a quick one... I run into timeout or when loading large data above 5000, is there any way i can effectively do it since pagination so data can be displayed whiles the rest loads on pagination...??? Thanks
Hi @Danny4x ,
No, there's intellisense I'm afraid, just the manuals.
That's a lot of data to pull back, it would be worth considering
serverSide. The protocol is discussed here. This section of the FAQ should help too, it discusses various techniques to improve performance,Cheers,
Colin