How to get back current page after we did some action in listing using datatables
How to get back current page after we did some action in listing using datatables
Hello,
I have one problem to get back current listing page when take some action (eg., edit or delete action) in listing.
For example.,
My current pagination page is 3 and I select one row from page 3 and did some action. After that I return to my pagination listing. But the listing start from page 1. I want to return to page 3 after I did some action.
And I tried to solve this problem and I found someone said to use fnServerData. But honestly I am newbie using jquery and I didn't know how to use fnServerData between my client side and server side. Anyone can explain me with example for this issue,please?
Regards,
Mthandar