Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined
Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined

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>
This discussion has been closed.
Answers
The installation docs states that
rowspan
is not supported in thetbody
:Kevin