UI Repeater
A dynamic list rendering component that repeats UI elements for each item in a data collection. Allows template-based rendering of complex UI structures that automatically replicate for each data item. Ideal for creating consistent, repeating UI patterns from data lists.
Extends: listComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
Label |
| multi-locale | Display label for the repeater component |
ID |
| text | Unique identifier for the component |
Style Classes |
| text | CSS classes for styling |
Width |
| text | Controls component width |
List |
| text | Array of items to be repeated in the template |
Methods
Name | Description |
|---|---|
| Refreshes the repeater view after data changes |
Events
No specific events are defined for this component.