I am using the data grid in my Angular project. Its function is to display data related to a set of objects, and by clicking a button for each row, I can access the details of the selected object. I have activated the filterRow to filter the objects. When navigating to the detail page and then returning to the data grid page, the filters are cleared. Is there a way to retrieve and reapply the filters when returning to the data grid page?