When I have a list that goes to multiple pages, when I click on a link in the table and then return (I redo the search) I want to return to the same page (in my table) that I left from. Is that already stored in the session? Or do I need to save the link for that page?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I didn't find anything in the docs.
I have a table that has pages 1, 2, 3, etc.
I go to page 3 and execute a link that is in the table.
I view the individual record and then I want to go back to the same page 3 that I left from.
Is that possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I have a list that goes to multiple pages, when I click on a link in the table and then return (I redo the search) I want to return to the same page (in my table) that I left from. Is that already stored in the session? Or do I need to save the link for that page?
I didn't find anything in the docs.
I have a table that has pages 1, 2, 3, etc.
I go to page 3 and execute a link that is in the table.
I view the individual record and then I want to go back to the same page 3 that I left from.
Is that possible?