Dash AG Grid - advanced filter

Hi,

I am using the advanced filter in Dash AG Grid Enterprise, but I cannot figure out how to make it persistent when I switch pages within the Dash app.

This is how I set up the persistence-related parameters:

persistence = True,
persistence_type = 'session',
persisted_props = ['columnState', 'selectedRows', 'filterModel', 'sortModel']

If I apply a sort to a column, the app remembers that I did so after leaving the page and coming back to it again. The advanced filter, on the other hand, is lost.

What do I have to specify under persisted_props, so that the advanced filter is also stored correctly?

Thank you for your help!