Hello there pals, I'm developing a DataList mobile application using a JSON API with pagination. I want to set up the Data List to only display the first 10 rows, and load more only when I reach to the end of the List. I've researched and only found how to configure the pagination when having a Retool table for web version, there's no documentation about that topic for Mobile and I don't even find an event for that feature, like the "onEndReached" built in React Native.
Thank you so much to whoever respond to this issue of mine