Good day, I am working with a large data file and want to use a repeater. It takes a long time to load since the data is extensive. I want to load the page with the repeater already previously filtered so that it would work faster. From there the user can use dropdown to find the information they want to see. Is this possible? If so, how?
If you use repeater connected to a dataset you can set filter in the dataset that will be used on load. I also recommend only showing a smaller number of records and the have a load more button or when they scroll down load in a new set of records.
Andres, if I filter in the dataset, will it then allow for a user to change that (maybe using a dropdown)?
Also, the othe recommendations are great. How do I make that happen? What is the code a “show more“ button or scrolling down repeaters? My experience with repeaters all the info comes out at once always.