How to apply global alphabetical sort to all CollectionLoaders from outside the view?

I need to sort all CollectionLoaders alphabetically across all views globally, without modifying each view. I’ve tried VaadinServiceInitListener with AfterNavigationListener (fired but too late, data already loaded), and addReadyListener (protected access). What is the correct way in Jmix 2.7 to intercept all views after data is loaded from an external Spring bean?