How to solve "Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined"
How to solve "Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined"
Aleemuddin
Posts: 1Questions: 1Answers: 0
I am suffering from this error and tiered. I am not understand how to solve this error. I am check table script many time but It's perfect.
This discussion has been closed.
Answers
Hi @Aleemuddin ,
It would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
A forum search of the error indicates the error is typically caused by having rowspan or colspan within the
tbody
of the table. Do you use either of those?Kevin