Trying to use the Recycler View for my repeated list, I can successfully display the lists items in the recycler, but cannot trigger the Component onEndReached Event, when I scroll to the end of the list?
Is this a known bug or am I doing something wrong?
In terms of using the recycler view, there was not much to it. I already had a repeating list component implemented and I simply placed the list component inside the recycler view component (See screenshot below).
The settings for the recycler view are also pretty straightforward. My issue is I cant trigger the onEndReachedEvent to implement further actions.
Hi @Farid_Patel! The onEndReached event of the recycler view is not yet supported even though it has been visible in the interface, our apologies for the mistake. However, the plan is to implement it soon with high priority. You can keep track of new features in the changelog.
@Mari Any update on the recycler? I have about 150-200 objects being loaded in at once right now and the recycler would help decrease load times by a significant amount.