Hi,
I have this use case:
- the user fills a filter (propertyFilter) with many fields, finds some results and edit the first one. When he goes back to entity list the filter has reset and lost the content of the fields.
How can I persists the fields user has put in the filter?
I am trying with propertyFilter, now also with genericFilter, that has a save button but it is not the right user experience (user must remember to name and save each filter).
Which is the best way to implement an automatic saving of filter contents?
Thanks,
Mario