So i am guessing you want to be able to dynamically reproduce the membership part of this such as this?
{ id:1, name:'Kenneth Auchenberg', 'avatar':'http://cdn0.4dots.com/i/customavatars/avatar7112_1.gif', 'type':'contact' },
{ id:2, name:'Jon Froda', 'avatar':'http://cdn0.4dots.com/i/customavatars/avatar7112_1.gif', 'type':'contact' },
{ id:3, name:'Anders Pollas', 'avatar':'http://cdn0.4dots.com/i/customavatars/avatar7112_1.gif', 'type':'contact' },
{ id:4, name:'Kasper Hulthin', 'avatar':'http://cdn0.4dots.com/i/customavatars/avatar7112_1.gif', 'type':'contact' },
{ id:5, name:'Andreas Haugstrup', 'avatar':'http://cdn0.4dots.com/i/customavatars/avatar7112_1.gif', 'type':'contact' },
{ id:6, name:'Pete Lacey', 'avatar':'http://cdn0.4dots.com/i/customavatars/avatar7112_1.gif', 'type':'contact' }
Technically it shouldn’t be that difficult, after all it’s just data in a repeat but i think it is not going to be possible directly in wappler without a few code view changes
If this is the issue then try firstly recreating the data structure using a data query and a repeating region with the desired data output in a text string.
Then it may be possible to copy that code block into the static javascript body replacing the fixed content.
I confess not something I have tried but don’t see why it cant be done, done similar in PHP many times
Either way that looks like a nice component which I will have to have a play with at some time