Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Sometimes you need to connect a repeater and its elements to 2 datasets, 1 of which is filtered by the other. If you then want to control the datasets with code, you need to understand how the datasets behave when selected from different [scopes](https://dev.wix.com/docs/velo/velo-only-apis/$w/repeater/selector-scope).


![Band Repeater Example](images/bandImage.png)
![Band Repeater Example](./images/bandImage.png)

</div>

Expand All @@ -25,15 +25,15 @@ If your Songs collection contains a reference field that refers to items in the

<div style="text-align:center">

![song data](images/songData.png)
![song data](./images/songData.png)

</div>

If your Songs collection contains a regular field that matches a field in the Bands collection, you can set a filter on the Songs dataset as shown here:

<div style="text-align:center">

![song band](images/songBand.png)
![song band](./images/songBand.png)

</div>

Expand Down