Hi,
I have a table in my project that displays multiple cards.
When I click on a card, I navigate to a second page. However, when I return to the table page, it always scrolls back to the top (showing the first card).
Objective:
When returning to the table page, I want to restore the exact same scroll Y position I had before leaving.
Considerations:
- I can’t use the “Scroll to index” action — it somewhat works, but it always scrolls the clicked card to the top of the table.
- I’ve managed to save the current Y scroll position to a variable, but I can’t find a way to scroll back to that saved Y position when returning.
Does anyone know how I can achieve this?