custom elements in repeater get data from repeater

Hi @sepideh-khadempir ,

Please check this API reference to understand how to iterate each items in the repeater.

For example, you can use $w and $item inside the onItemReady function, so you can make changes to other elements that is not inside the repeater.

Certified Code