how to refresh
how to refresh
noni460
Posts: 3Questions: 3Answers: 0
how to refresh datatable after update or insert?
This discussion has been closed.
Answers
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 useajax.reload()
.Allan