delete this?
delete this?
mRender
Posts: 151Questions: 26Answers: 13
can't delete this?
This question has an accepted answers - jump to answer
This discussion has been closed.
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