delete this?

delete this?

mRendermRender Posts: 151Questions: 26Answers: 13
edited June 2014 in Free community support

can't delete this?

This question has an accepted answers - jump to answer

Answers

  • SaleB81SaleB81 Posts: 6Questions: 1Answers: 1
    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

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin

    @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

This discussion has been closed.