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. zapmr. zap Posts: 1Questions: 1Answers: 0

I'm kinda new in using data tables, appreciate any help. thanks!

Answers

  • colincolin Posts: 15,210Questions: 1Answers: 2,592
    edited February 2018

    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

This discussion has been closed.