ModelAdmin + reset result

Hi
I have problem with ModelAdmin.
When I set filters, get search result and refresh page, all filters and result is reset.
Same thing - when I go to filtered record, go back to result table - my result is reset.

Give me some advice please.

M.

I’m afraid that’s just how GridField searches work. They are done in POST so don’t persist when the page is reloaded. There is an open enhancement request here: https://github.com/silverstripe/silverstripe-framework/issues/3229

You could try this module, but looks like there is an issue with it in the latest versions of Silverstripe: https://github.com/isobar-nz/silverstripe-persistentgridfield