I have a ranking list and want to see rank/name(keeping simple to keep load time down).
Each rank has a ton of data including imagery and loading all the data brings the time to easily 20+ seconds for just 10 items.
Thus, no hiding, no collapsing please! Like a toggle/collapse effect but I want to speed the page up and thus eliminate the initial load and load more and expand the data- but only when requested. I am willing to get the data direct or thru dataset. Unless my workaround idea will be too slow or not possible.
-
John Smith ‘See more’
-
Joe Smith ‘See more’
Clicking ‘See More’ just expands/loads the persons data and keeps list intact.
Thanks ahead of time.