I have created a product listing page where I have to show 1000 rows of records on a product listing page.
When the page loads I am showing 20 records.
Now when the user has seen 1st 20 records , he should keep scrolling down to see next set of 20 records and so on.
I was trying to a page scroll event in appery, but I can’t.
How can I accomplish this task.