fnDrawCallBack or initComplete callback is never getting invoked
fnDrawCallBack or initComplete callback is never getting invoked
Santhosh Kalappan
Posts: 1Questions: 1Answers: 0
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.