TypeError: p is undefined
TypeError: p is undefined

I tried whatever I can found on this forum or anywhere on the web. It seems I am missing something. My code is live at the following URL :
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
i'm seeing a different error:
The last row in your table has
colspan
which isn't supported by Datatables in thetbody
. This is noted in the Installation Docs.It looks like you want this to be a footer. It works if you turn it into a footer, for example:
http://live.datatables.net/zedowudi/1/edit
Kevin
@kthorngren thanks a ton. You saved the day.