How to refresh server side pagination on popup window close.
How to refresh server side pagination on popup window close.

I've implemented server side pagination. In Datatable employee details are displayed. There is an addtional edit link is provided in datatables which opens a popup and edits employee data and saves in database.
Challenge is that after closed popup, i.e. saved data, how can I get updated record on same page without refreshing the page.
This discussion has been closed.
Answers
Use
ajax.reload()
to refresh the page via ajax.Kevin