I’ve searched the forum and looked at the API but can’t seem to find any info on how to do this… basically, if the dropdown value is 2 then the repeater will display 2 containers if the value is 3 then 3 containers will be shown. Would anyone have any documentation or be able to point me in the right direction, please?
Thanks in advance!
Have a look at Steve’s reply in this previous post.
https://www.wix.com/corvid/forum/community-discussion/repeater-limit-number-of-items-to-display
So instead of using the pagination onclick you would have to look into using the dropdown vale with probably an onchange instead on it, so that you still get the event handler function running so that you can load the new data into the repeater.