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.

Danny4xDanny4x Posts: 2Questions: 1Answers: 0
edited October 2019 in Free community support

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

Answers

  • colincolin Posts: 15,158Questions: 1Answers: 2,587
    Answer ✓

    Hi @Danny4x ,

    Spelling mistakes, I'm afraid! You spelt columns as colmuns, and processing as proccessing. If you correct those you should be good to go.

    Cheers,

    Colin

  • Danny4xDanny4x Posts: 2Questions: 1Answers: 0
    edited October 2019

    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

  • colincolin Posts: 15,158Questions: 1Answers: 2,587

    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

This discussion has been closed.