Typeerror f is undefined.
Typeerror f is undefined.
ramap
Posts: 4Questions: 1Answers: 0
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.
Answers
Invert that, as per the examples in the
columns.data
documentation. It should be:And obviously likewise with the other columns.
Allan