Cannot set property '_DT_CellIndex' - Second table won't initialize - Multiple tables
Cannot set property '_DT_CellIndex' - Second table won't initialize - Multiple tables
Nazrinn
Posts: 2Questions: 1Answers: 0
Hi there!
I have an issue with my tables, but it looks like I can't find the solution.
I'm retreiving data from my PHP/Mysql server and from different tables, but the same database.
Here's my demo. Connect yourself to the website with 00002 as your username and super02 as your password.
Like said on the Website, I followed the example here. Is there anything I am doing wrong with my tables?
This discussion has been closed.
Answers
Wow! I feel pretty dumb. Thanks to the Nu HTML5 checker, I discovered that one of the <tr> element wasn't closed. Look like your table have to be very correctly formated to work...
Moral of the story: Check your code with a checker before submitting a question... Hehe... I hope this will help.