Tl;DR Is there a way I can order the repeater to pull the informations per DataSet Line instead of per collum?
Ok, I agree that this may be a weird and long question, but is there any way for Repeaters to pull information from a line instead of a Column?
I am building this website for a game project, and I used dynamic pages to facilitate the creation of the characters pages. The character pages show more information about the characters and their in game photos.
One of the core informations I want to show are the powers they get, and I thought it would be better using repeaters since some characters have less powers than others.
Example of what I need:
(Text on the right is activated after hovering the icons)
With that in mind, i thought about using the same dataset I used to create the Dynamic pages, that way, I’d only have to fill the Dataset with images and what not.
But heres the deal:
I realised that the Repeaters only get informations based on the Column information which meant i wouldnt be able that way.
So I was wondering, is there a way I can order the repeater to pull the informations per Line instead of per collum?
Thanks for the screenshots and no worries about the description as it helps it piece together.
I think the use of a multi-reference field could be what you’re looking for. You could put all skills for all of the characters in one dataset and then reference the necessary skills for each “level” (I’m assuming you’re also doing a gaming reference).
Then you can filter a skills dataset added to the page for each level to refence back to the characters so it only shows the necessary information.
I ended up finding a way to use Pro Gallery to show in the way iIwanted. But sadly with Pro Gallery i didnt find a way to make good hover interactions.
I’ll be trying to use the method you shared cuz that may be useful somewhere else on the site.
Yeah, that kind of Hover interaction i was able to use. But the ones i needed were more advanced like. When I Hover over an image, a box with the images Title and Description appears.
Thanks anyway!