Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

k0nk0c0nlinek0nk0c0nline Posts: 1Questions: 1Answers: 0

Hello
I have a problem in my table, where I get this error in the console_log.
"Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined", when I'm used to rowspan in <tr></tr>

Answers

  • kthorngrenkthorngren Posts: 20,300Questions: 26Answers: 4,769
    edited December 2019

    The installation docs states that rowspan is not supported in the tbody:

    Please also note that while DataTables supports colspan and rowspan in the table's header and footer, they are not supported in the table's tbody and must not be present.

    Kevin

This discussion has been closed.