Retry fetching data (server side)
Retry fetching data (server side)
pixelight
Posts: 1Questions: 1Answers: 0
Hello,
I found no solutions on the forum.
Is there an option in datatable to auto retry the fetching data from server (datatable ajax call) if lost connection ?
If no options, how I can do that ?
Thank You
This discussion has been closed.
Answers
Hi @pixelight ,
I'm not sure what you mean by "lost connection", but you can use
ajax.reload()
to reload the data,Cheers,
Colin