DataTables is not available on this page

DataTables is not available on this page

HeisenbergHeisenberg 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 :/

Answers

  • zivbzivb Posts: 2Questions: 1Answers: 0

    Have the same problem. It looks like the last version is broken.

  • tacman1123tacman1123 Posts: 181Questions: 41Answers: 1

    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.

  • HeisenbergHeisenberg Posts: 2Questions: 1Answers: 0

    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.

This discussion has been closed.