Skip to main content

How to Use Loop Values

  1. Set loop data image.png

  2. Bind this.item where needed image.png

After binding: image.png

The item in this.item is configurable. Different keys help distinguish nested loop levels. image.png

this.index is the current loop index.

  1. Use in event handlers

Configure extended parameters on event binding: image

Use them in the handler: image

Button click result: image