Data Iterator: Reference
Reference for Data Iterator in Web Framework References. Key properties: ID, Data Source, Start Index, Loop.
Enable data view, data detail and data iterator in App Connect. App Connect Data Traversal is an amazing addition to App Connect framework and allows you to get access to three additional components. Data View, which is awesome when it comes to client side paging and filtering, Data Detail to selects a specific detail records from data source by key and Data Iterator to iterates through a data source one item at the time, for example, when navigating sliders or paged details.
Inspector Property Groups
Data Iterator Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Required in common setups. Attribute: id |
| Data Source | text | Attribute: dmx-bind:data Supports dynamic option sources. |
| Start Index | text | Attribute: dmx-bind:index Supports dynamic option sources. |
| Loop | boolean | Attribute: loop |
Actions
First
Go To First Item
Previous
Go To Previous Item
Next
Go To Next Item
Last
Go To Last Item
Random
Go To Random Item