After updating a datatable row return to the page where the row belongs.

After updating a datatable row return to the page where the row belongs.

adamnetadamnet Posts: 6Questions: 5Answers: 0

Suppose I have a table with many rows and by clicking to i.e. page 40 I update a row through my application's menu.
I would like to know how I should handle such a situation so that after the row's update to be able to return to the page where the row was found. How can I achieve that? Any example? My project is a Laravel project if this helps at all.
Thanks

Answers

Sign In or Register to comment.