My table don't working, in my website...
My table don't working, in my website...
DanielCoffy
Posts: 2Questions: 1Answers: 0
Hi, my table do working in my website, but when i run directly from my computer don't have problem
this is table http://www.apsiconor.com/profissionais.html
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You are loading jquery and datatables twice which is causing the problem. Once at the top and then again at the bottom of the page. At the bottom you have datatables.js loading before jquery.js which is also not going to work. You only need to load the include files once and in proper order.
Kevin
thank you!!!