Cannot set property '_DT_CellIndex' of undefined site:datatables.net
Cannot set property '_DT_CellIndex' of undefined site:datatables.net
Hi ,
basically, I am using data tables to display data dynamically to the table but unfortunly this error is prompt in the console.
Which also effects on <th> and <td> position e.g <price> not show in respective col.
Please can anyone assist me in how we solve this issue?
Thank you
Link for testing:https://www.gisixsport.it/prodotto/ginocchiera-knee-pad/
**Error messages shown: Cannot set property '_DT_CellIndex' of undefined site:datatables.net
This question has an accepted answers - jump to answer
Answers
Your page expects a login, so we can't look at it, I'm, afraid,
Colin
Hi, sorry my bad .
Please try it now
Thank you
The problem is that you defined 7 columns in the
thaed
but only have 6 columns in each table row. For Datatables to work it they need to match.Kevin
Thank you for your help now it is working