Custom collection pagination with manual query resource

I switched over from automatic to manual for my getRows query so that I have more control over when to re-run the query when variables change that affect the query. But I noticed that the server side pagination stopt working as it should. Whenever I click the next button in my custom collection, the query should be triggered to get the new results. This doesn’t happen anymore. I have to run it manually.

Is there a way to trigger this? I tried watched inputs. But that results in an endless loop where queries run over and over again.

There isn't any "navigationPress" or other event handler on the custom collection.

I’m still stuck on this. :smiling_face_with_tear:
I’m considering creating my own pagination with buttons so that I can at least push a new release. Seems weird that pagination is only possible if the resource query is set to automatic. :thinking:

This should be a feature request. Some controls / events on pagination.

:pray: