I was trying to create a components when a vertical scroll arrangement reach bottom by using this extension but it doesn’t work.
Help me to solve this
Thank you
Blocks:
What i got
I was trying to create a components when a vertical scroll arrangement reach bottom by using this extension but it doesn’t work.
Help me to solve this
Thank you
Blocks:
What i got
You have already created 10 items so the global id is 10
And in reach bottom event you are starting form ==11 to 10. Then how will it work.==
Change the value to 20 or greater than 10.
Btw, that value can’t be static, else it will work only till some item’s as in your case. Instead set there global id + 10
Oh sorry i forgot that![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.