Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 11 Next »

Overview

  • Repeater is a container

  • In Repeater, you can add multiple components

  • The Repeater allows you to repeat any kind of component

Attributes

Model

  • Models are used to display content (fields) in the layout

  • Mostly used for the creating or editing of a record

  • The model repeats the layout based on its record count

  • You need to create a multi-record model for Repeater, Refer to this link Models

  • In the model attribute, add a multi-record model

Context Models

  • A Context model is created by using a multi-record model

  • It acts as a single record model

  • Create Models, Refer to this link Models

  • Click on Run & Preview

    • Records will display

  • No labels