How can I use "footerCallback" when I want read data from ajax
How can I use "footerCallback" when I want read data from ajax
LordThanatos
Posts: 1Questions: 1Answers: 0
$('#dataTables-example').DataTable({
"ajax": "demo.txt",
"footerCallback": function ( row, data, start, end, display ){
...
}
})
It cannt get "data" when read data from Ajax, how can I use this function or other way to solution the problem.
This discussion has been closed.