can't delete this?
This question has an accepted answers - jump to answer
Chrome inspection console points to row 77 of testing.php
There you have: $('#example').DataTable( { and it should be: $('#example').dataTable( {
as it is a property of an object it should be case sensitive
@Modgility - please don't edit posts once they have been answered. Now we have no idea what @SaleB81's reply is related to after (s)he took the time to answer your question.
Allan
Answers
Chrome inspection console points to row 77 of testing.php
There you have:
$('#example').DataTable( {
and it should be:
$('#example').dataTable( {
as it is a property of an object it should be case sensitive
@Modgility - please don't edit posts once they have been answered. Now we have no idea what @SaleB81's reply is related to after (s)he took the time to answer your question.
Allan