DataTables is not available on this page
DataTables is not available on this page
Heisenberg
Posts: 2Questions: 1Answers: 0
I added everything following the manual as you can see on http://maple-one.com/w/?page=rankings
The problem is its not doing anything, I tried debugger and it tells me that datatables aren't installed.
I tripple checked all links and everything is setup fine, link to datatables js is on bottom.
PS: First time using datatables :/
This discussion has been closed.
Answers
Have the same problem. It looks like the last version is broken.
You have
<
div id="content">
$(document).ready(function() { $('#table').dataTable( { "paging": true, "ordering": false, "info": false } ); } );```
up in the middle of the page. Try putting the script at the bottom, where you call the clock stuff.
Thank you for your reply tacman but that didn't help :(
Still trying to figure out what I did wrong but I have no idea.