Is it possible and if not what is the workaround ?
i have svg element and text next to it.
i have to repeat this from one collection inside each repeater item so each item has a bit different items (referenced to the main data collection)
1 Like
Hi Zeev,
Itβs not possible.
Can you please elaborate and share a link to your site so we can take a deeper look?
Roi.
Hi Roi,
thanks for the reply, I cannot share a link since this page cannot be published as of yet but I can tell that all I need is repeat an SVG elements inside an $item of a repeater.
repeat an items which has a text title and a different SVG icon next to each text AND all this inside one container/$item of the repeater.
Since I cannot create new elements with wix then what is the way to do it ?
Since there is no repeater I would recommend to place a few text/svg elements on hidden mode and manage show/hide and source at onItemReady event of the repeater.
Roi.
Thank you