Repeater

The Repeater component helps you duplicate a specific type of component, effectively creating a dynamic list of items without manual repetition. This exceptional feature saves time and effort, providing a seamless solution for showcasing various items in an organized and visually appealing manner.

Data source

Select the data source that contains the items you wish to display. This allows the Repeater to populate the list with relevant data from your database.

Repeat component

Choose the type of component you want the Repeater to duplicate into a list.

Specific required settings fields will be available depending on the selected component type. These settings fields allow you to enter URLs of files or match data columns containing the necessary data.

Direction

Control whether the repeated components' duplicated components should be organized horizontally or vertically.

Hidden

Choose whether to hide the component from the view of the app users. This can be useful where the repeated components are not relevant in some exceptional cases or events or need to be hidden for security reasons.

Tag

Name the component for use with the Typescript.

currentPage.components.componentTag

Last updated