Looping through group of variables
Is there a way of looping through a group of variables? I'm trying to display a group like channel entries with ability to re-order from the back-end.
Is there a way of looping through a group of variables? I'm trying to display a group like channel entries with ability to re-order from the back-end.
Replies
Low 8 Feb 2016 18:13
Not natively. But you could use the Query module to generate a list of vars.
vlado 8 Feb 2016 18:42
Can you give any example? Or some reference?
Low 8 Feb 2016 22:59
Something like
or
...where X is the group ID (which you should be able to see in the edit group URL.
vlado 9 Feb 2016 08:42
Oh, I was apparently forgot about the jQuery module as part of EE.
Thanks s lot for these - I'll try them.