Persisting Filters and Scroll Position When Navigating Projects

Brad:
I’m having a hard time understanding how to cache data. I have a project list, and filter inputs in the header. when the user taps a project, it navigates to a detail page. When the user taps the back button, I want the filters and scrolling position to persist. is that possible?


Eduardo Aramizu:
@Hassan Mukhtar


Hassan Mukhtar:
Yes @Brad in your data model tab on the page in which the filters exist you can check the option to cache it in tab


Hassan Mukhtar:
Or browser as well


Hassan Mukhtar:

image


Hassan Mukhtar:
In the Key Caching section, alternatively you could also make your filters use a key in the app model which would persist throughout pages as well


Delfs:
If you search the ai assistant for videos on caching there may be some also.


Delfs:
Good topic for office hours …


Brad:
thank you!