stop/ignore callback from running

stop/ignore callback from running

george001george001 Posts: 14Questions: 5Answers: 3
edited November 2017 in Free community support

is there any way that I can stop/ignore a callback/function call that it's in the .dataTable({}) from running every time a change is made to the dataTable?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,714Questions: 1Answers: 10,103 Site admin
    Answer ✓

    No - the callback functions will always run.

    Depending on what callback though, and what you want to do with it, it might be possible to use an event.

    Allan

This discussion has been closed.