In a search page, you can use show page to jump to the details page. When you click back to return to the search page, the status of the search page is saved, similar to the function of keep-alive in front-end development. How can mendix design to achieve this?
asked
xu chen
1 answers
0
Hi Xu,
you have different options to solve your problem:
Non-Persistant entity: Create an NP-Entity and add the fields you need to this entity
Local Storage: Load the search criteria into local storage (see Data Grid 2 reference how to do that)
You could either use an on load event to prefill the values or use a seperate data view that prefills the values via datasource.