Attempting to apply a see more feature for repeater

I’m working on making a repeater attached to a database of content. I currently have more than 50 items, and it’ll definitely expand beyond 100 plus items.

I was thinking of adding a “load more” option/feature at the bottom after showing 28 or so items, with the intent of minimizing the initial load on the web page to load, and only loading more items if the viewer intends to see more.
Besides that, I was also considering a page system, where 1 page shows 20 items and it’s indicated at the bottom as to which page number the viewer is on (basically Google search).

Would greatly appreciate any help regarding executing this feature!

Hello. I’m not a pro in Wix but while looking on the forum for my question, I stumbled upon your question and it appears that I just added a “load more” button to show more of a repeater.

It’s fairly easy.

  1. You create a button on the same page of your repeater.

  2. You rename your button “load more” (or whatever you want)

  3. You connect it to your “dataset”. And in your options for what happens when the button is clicked, you can choose “load more”.

When clicked, the button will load load more content of your database in your repeater. The number it shows each time you click on it depends on the number you specified in the options of your dataset. If you chose to show 12 items on page load, it will show 12 more items every time you click on you load more button.

I hope my explanation will help you.
Please see under some screenshot of my page (in French…)

Amazing, that was very helpful, thanks costino!