Retain search result when changing page

1
Hi, I have a page ‘Data_Overview’ to display data in a data grid. User can filter the data by setting some fields in the search. Currently, when the user goes to another page and comes back to the ‘Data_Overview’ page, the search result is not retained and the user gets the default view of data with no filters.  Is it possible to retain the search filters even when the user moves to another page and comes back to the ‘Data_Overview’ page?
asked
1 answers
2

You could create your own search functionality with some helper objects and tie them to the session. This is quite some work but would allow the system to 'remember' the filters.You could create your own search functionality with some helper objects and tie them to the session. This is quite some work but would allow the system to 'remember' the filters.

answered