Datatable isnt working

Datatable isnt working

DybbukDybbuk Posts: 2Questions: 1Answers: 0

i want a datatable like one of the examples, and i have all of these

`<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src='js/jquery.min.js'></script>
<script src='js/moment.min.js'></script>
<script src="js/jquery-events.js"></script>
<script type="text/javascript" src="http:////code.jquery.com/jquery-1.10.2.min.js"></script>

<!-- DataTables -->
<script type="text/javascript" src="http:////cdn.datatables.net/1.10.9/js/jquery.dataTables.js"></script>

<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="http:////cdn.datatables.net/1.10.9/css/jquery.dataTables.css">

<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">

<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap-filestyle.min.js"></script>

<!-- Custom CSS -->
<link href="css/sb-admin.css" rel="stylesheet">

<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">

<!-- MAIN CSS (The custom CSS)-->
<link href="css/avaliacao.css" rel="stylesheet">`

and have this javascript

<script type="text/javascript" language="javascript"> ;(function($){ $('#avaliacao').DataTable(); })(jQuery); </script>

but the datatable only shows row table with no design at all but shows no errors

Answers

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75

    What do the errors in the console say

  • DybbukDybbuk Posts: 2Questions: 1Answers: 0

    none, i resolved all the problems, and still aint working

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75

    Should those sources have four slashes in them?.

    Can you take a screenshot of the page please? (With the is console).

    Is this accessible to us? If so, what's the url

This discussion has been closed.