fnDrawCallBack or initComplete callback is never getting invoked

fnDrawCallBack or initComplete callback is never getting invoked

Santhosh KalappanSanthosh Kalappan Posts: 1Questions: 1Answers: 0
edited January 2016 in Free community support

fnDrawCallBack is never invoked

$("#testDT").DataTable({
.
.
"ajax": "someurl'
"fnDrawCallBack" : function(settings) {
.
.
}
}
I use ajax to load data, i do the same thing in one more place. Strangely it works for me from a different place.
Anyhelp would be greatly appreciated.

This discussion has been closed.