Hi,
I have two repeaters on a same page and I could managed to get data from the database using code.
Repeater1 loaded with data on page-load and repeater2 is hidden on page-load. Repeater2 will show up as we click on the containers of repeater1 with relevent data from database.
Now the problem I have is on the mobile view of the site. Everything works fine however, repeater2 does not show up where I wanted it to be. I can make it appear either before or after repeater1 but that will cause some issue as the visitor will have to scroll up or down to see repeater2’s data. Instead, I want to open repeater2 wherever the user taps on the mobile website. If the visitor taps on 10th container of the repeater1 then repeater two should be open right there so that visitor would not have to scroll for the output.
Thank you.