https://www.scifam.info/speakers
Using a repeater list with data set to display speakers at a conference. Would like to add “jump to” links by alphabet/last name. Is this possible?
https://www.scifam.info/speakers
Using a repeater list with data set to display speakers at a conference. Would like to add “jump to” links by alphabet/last name. Is this possible?
If it’s already sorted alphabetically, you could use some regex to jump to the first name using $item(‘#text’).scrollTo() by parsing through the itemData.name[someindex]. Or you could do it manually I guess, but that would take longer. Not a simple task, but would be cool to see.