Repeater Index
Is it possible to get the index value in a repeater? I want to set a field based on the index.
something like:
2 Replies
I'm not sure if there is a simple solution to this... you may need to extend the Repeater component
This isn't an exact solution to what you are looking for but something similar could be done. I wanted a repeater that used the index in the label so I overrode the getItemLabel method while extending the Repeater component.