Hi, i'm setting up DataTables for the first time.
I included it in the bottom of my page using:
My table can be viewed here: http://tinkerbin.com/McMIio6P
I get an error saying a.aoColumns[c] is undefined ?
Please help me, thanks for reading. :)
Greetings
I included it in the bottom of my page using:
<link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables.css"> <script type="text/javascript" charset="utf8" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script> <script type="text/javascript" language="JavaScript"> $(document).ready(function(){ $('#tSorted').dataTable(); }); </script>
My table can be viewed here: http://tinkerbin.com/McMIio6P
I get an error saying a.aoColumns[c] is undefined ?
Please help me, thanks for reading. :)
Greetings