It should not be list but dynamic components instead.
Can you screenshot the end result?
And is it an extension (VerticalScrollHandler)?
Edit:
Oops…
Yes, it is…
Vertical Scroll Handler by ColinTree
End result is all the items in the list is loaded.
It should not be list but dynamic components instead.
My mistake. But it will be listview not dynamic components because we can use this procedure in other list view components also.
What is the benefit of using it, because, we are loading whole data at same time from airtable and showing it in splits.
We are getting data(image url) in the form of string but when the image component tries to load those image from the web, it takes time and the app starts to lag. That’s why we are showing it in splits.
@developerpritam if u want to load customized data from database then u can check here
Custom data
Yeah. Of course. You can do that with every database.
This is my google spreadsheet block
You will have to make two lists for every data you want to show. One list will be the main list and other will be the filtered list which you will show in your list show.
I have attached my aia file above. Have you checked it?
can u send screenshot of airtable spreadsheet which u have used plz?
Custom_Design_ListView_Load_More.aia (292.7 KB)
This is the AIA file with Spreadsheet block. I found it on the community. I deleted my aia file but the blocks used in this file is same as mine. It will help you for sure.
After the clock triggers, we will add the logic which will check if the list has come to an end or not. If the list did not come to and end yet, we will add items to the list else we will stop it.
I will try this method though I am using firebase to create a group chatting app
and when the list is created through google automatic