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

label

multi-locale

Display label for the repeater component

ID

resourceId

text

Unique identifier for the component

Style Classes

styleClasses

text

CSS classes for styling

Width

widthClass

text

Controls component width

List

list

text

Array of items to be repeated in the template


Methods

Name

Description

afterDataUpdate

Refreshes the repeater view after data changes


Events

No specific events are defined for this component.