problem with table

problem with table

sebaslucariosebaslucario Posts: 2Questions: 1Answers: 0
edited September 2020 in Free community support

hello, I ask for your help cause i have a table which doesnt work datatables(). My code is this

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,184Questions: 26Answers: 4,925
    Answer ✓

    You are getting this error:

    Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

    Its due to the colspan you have in your tbody. Datatables doesn't support colspan in the tbody as documented in the HTML requirements.

    Kevin

  • sebaslucariosebaslucario Posts: 2Questions: 1Answers: 0

    THank you Kevin :)

This discussion has been closed.