-
I'm trying to work with x-show and tabs. Currently I've a repeater field in Statamic which allows you to add a number of repeating items. I am trying to work out how I would pass an ID to set the ID to an item button, then to only display that item. Example: `
So my question is, is there a way to pass in an id for the entry into this: Any help/advise and ideally examples would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try putting |
Beta Was this translation helpful? Give feedback.
Try putting
{{ index }}
both in your @click and your x-show. This should give you incrementing numbers (I think).