How to refresh server side pagination on popup window close.

How to refresh server side pagination on popup window close.

JayantSatkarJayantSatkar Posts: 1Questions: 1Answers: 0

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.

Answers

Sign In or Register to comment.