How to check if datatable is loaded
How to check if datatable is loaded
toson1003
Posts: 11Questions: 3Answers: 0
Hello !
I'm using DataTables with angular 5 and using pagination at server side
I don't know how to check if datatable is loaded
Please support me
Thanks !
This discussion has been closed.
Answers
See if the
$.fn.dataTable.isDataTable()
API is what you are looking for.Kevin
Thank for reply
But i wan't know when Processing... end
Do you know solution ?
Hi @toson1003 ,
It might be worth saying why you need this, then it would be easier for us to make suggestions. Without knowing too much, if you want to know when things have completed, or are about to start, you could use events - such as
xhr
orprocessing
. may fit your need.Cheers,
Colin
Hi @colin
Thanks for your reply
I found solution with use drawCallback function
Thanks all !