Repeaters don't display all contents

Gonna need your help guys. My repeater is connected on my database collection. I have 36 rows content but on my repeater, its only 20. What will I do to display all my contents?

1 Like

Check the dataset settings. Look under Number of items to display, which defaults to 20.

1 Like

its works! thank you.

But is it possible to have see more at the bottom? I only want to display 6 contents then the rest it will be in the “see more” link.

Sure. You can change the number of items to display to 6. Then add a button and connect it to the load more option. When the button is clicked another 6 will be displayed.

Hi Sam,

Good day!
May I a question?
How can I filter my database my owner ID (_owner)?
I want to display the items with the same owner ID (_owner) on the repeater.


Thank you,
Geo

Hi Sam,

I already change the items to be display to 6. Then I put button and try to connect to load more options. Where can I find the load more options? I can’t find it. There’s no option on Link for load more. Only Page, Anchor, Web Address, Email, Number, Docs, Top/bottom of page and Lightbox. What can I do? Please help.

It is not under the link options. Check under the connect options.

Hey Geo,

Are you using a dataset? If so, you can use the setFilter() function.

Hi Sam,

I’m not really good at javascript,
Could you please show me an example?

Thank you,
Geo

Where do you change the dataset setting. I am having the same issue and not seeing with to change it

Where do you find Number of items to display? I have looked every where, can you be very specific please.

@smbyle See Setting Up a Dataset .