It would be so great if we could place a repeater inside another repeater, at least one. This would solve my problems, as well as a lot of other people from what I have read on the forums.
Please add this feature!!!
It would be so great if we could place a repeater inside another repeater, at least one. This would solve my problems, as well as a lot of other people from what I have read on the forums.
Please add this feature!!!
There is a workaround… but a direct method would be so much better.
I never realised there was a workaround. What would the workaround be?
Should be able to add at least 1 repeater item to another directly, like you can add a table to a repeater.
The table doesn’t allow you to have as much control over formatting.
My example is that I am creating a page for live football scores.
So I have got a repeater to get the league name, then would need another repeater to show the games that are being playing in that league. For example:
Premier Leauge
Team A Vs Team B
Team C Vs Team D
Team E Vs Team F
Championship
Team G Vs Team H
Team I Vs Team J
Team K Vs Team L
and so on…
How would I use the workaround for that?
@leew21 There are a couple of methods, but for this I would recommend trying to use an array or using dataset filters to sync the data.
e.g. having the league name in both collections and using leaguefield matches leaguefield in another dataset to display the games with that specific league…
Sorry, not very clear instructions.