TypeError: p is undefined

TypeError: p is undefined

gauravwebgauravweb Posts: 4Questions: 2Answers: 0

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 :

http://www.cloudice.in/dataTable/Ledgers.html

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 20,275Questions: 26Answers: 4,765
    Answer ✓

    i'm seeing a different error:

    Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

    The last row in your table has colspan which isn't supported by Datatables in the tbody. 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

  • gauravwebgauravweb Posts: 4Questions: 2Answers: 0

    @kthorngren thanks a ton. You saved the day.

This discussion has been closed.