Sri_Harsha
(Sri Harsha)
January 9, 2021, 1:40pm
#1
I am trying to create an application by using data from Airtable and in that i am having many rows so i wanted to load only 12 values per click. I am unable to do it please help
dora_paz
(Dora)
January 9, 2021, 4:13pm
#2
You can load items on user scroll. There are quides in community that might be helpful
https://community.kodular.io/search?q=Load%20Items%20when%20User%20Scroll%20
Sri_Harsha
(Sri Harsha)
January 9, 2021, 5:18pm
#3
Thanks for that but i think i am using some of that method but i dont know what is the error
Why are you using global number
if you can just write 1
? Also what errors are you getting?
Sri_Harsha
(Sri Harsha)
January 9, 2021, 5:26pm
#5
I am using global to update the next row number and he error is when i click the button it is only creating cards without any data
You have to use if-else
condition on button click. Also, you have initialize one more global variable which will keep the track of total number of values you have got. As mentioned by @dora_paz , you can check out these guides:
Hello Everyone
I made this simple guide to show you how you can load more items as user scrolls.So let’s get started.
I am using
Dynamic Components Extension from @yusufcihan and
Scroll Handler Extension from Colin Tree
[blocks(1)]
In these blocks there is a variable called number. We will store a number in that variable that will be updated after creating items.
There is another variable called items. That variable will represent how much data do you want to show at a time. In my case I…
From last 2 months, I have been trying to achieve it and finally I got it right.
It is very useful if you have huge data in your list.
Well, I am making this guide because I feel many Koders are still stuck in between the process of achieving it.
Extensions and components I used:
i) Dynamic Components by @yusufcihan
ii) Vertical Scroll Handler by ColinTree
iii) Clock component(built in)
How to do it:
i) Initialize the blocks:
You have to initialize five variables, i.e. fi…
Just replace On Vertical Scroll Reached Bottom
event with On Button Click
event and you are good to go.
1 Like
Sri_Harsha
(Sri Harsha)
January 9, 2021, 6:17pm
#9
I can share the ais can you please check?
Okay. Share the .ais file.