How to reload or refresh the data table in a click without refreshing the whole page?
How to reload or refresh the data table in a click without refreshing the whole page?
mr. zap
Posts: 1Questions: 1Answers: 0
I'm kinda new in using data tables, appreciate any help. thanks!
This discussion has been closed.
Answers
Hi Mr Zap,
I assume you're getting the data from an AJAX call, this is generally how it should be done. If so, you can just call
ajax.reload()
to get a refresh, see the documentation here.Cheers,
Colin