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.