Typeerror f is undefined.
Typeerror f is undefined.

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?
This discussion has been closed.
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
Invert that, as per the examples in the
columns.data
documentation. It should be:And obviously likewise with the other columns.
Allan