Typeerror f is undefined.

Typeerror f is undefined.

ramapramap Posts: 4Questions: 1Answers: 0
edited June 2015 in Free community support

I have a table structure as mentioned here http://debug.datatables.net/oqitus
I am getting a typeerror f is undefined when I load the page. What am I missing?

Answers

  • allanallan Posts: 63,683Questions: 1Answers: 10,498 Site admin
    edited June 2015

    "SPONSOR_NAME": "data" [etc]

    Invert that, as per the examples in the columns.data documentation. It should be:

    data: "SPONSOR_NAME"
    

    And obviously likewise with the other columns.

    Allan

This discussion has been closed.