Hi all,
I have a repeater whose data are from a JSON. The data successfully loaded into the repeater but the repeater only shows two items. I have more than two items from JSON.
How can I set the repeater to show all of items.
Or better yet, implement a pagination to my repeater using next/prev button.
I know how to implement pagination if the repeater is linked to a Dataset but in my case, the repeater is not linked to a dataset.
Thanks in advance.