how to refresh

how to refresh

noni460noni460 Posts: 3Questions: 3Answers: 0

how to refresh datatable after update or insert?

Answers

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin

    Depends how you using DataTables. Best way is to use the API - row.add() for example to insert a new row. If you want to reload the whole table and you are using Ajax use ajax.reload().

    Allan

This discussion has been closed.