I am wondering how to go about writing code so that I can filter the results of a repeater based on user input. I want to have an input element which is connected to the repeater on the page. Furthermore, I want the user to be able to write in the input and filter the results so they can quickly access the pages they want from the repeater. Any ideas? Thanks.
I followed this code beforehand and you can’t do a .setFilter on a repeater. Am I incorrect here?
@scott39 If you want to use a Dataset you can use the setFilter on the connected dataset and the repeater will be affected from connected data. If not using Dataset you must filter the actual array that populates the repeater.