stop/ignore callback from running
stop/ignore callback from running
george001
Posts: 14Questions: 5Answers: 3
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
This discussion has been closed.
Answers
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