Section with Tabs Displaying Repeater Items:
I want to create a section that contains Tabs. Each tab should display an item from the Repeater. This Repeater should generate several items by default upon creation. Since there are 7 linked records, I find it more convenient to have them in tab format.
The Repeater generates the tabs separately instead of including them in the same one.
1 Reply
Thats because in your repeater schema your repeating the creation of the Tabs component.
The logic you want should be like: Tabs -> tab -> repeater I think?