Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Repeater is a container

  • You can add a number of components to the Repeater

  • You can decide how the user interface (UI) looks like

  • The Repeater will repeat the components multiple times

  • The component will repeat depending on how many records are in the model.

Attributes

Model

  • Basically, the Repeater required multiple records, so it required a multi-record model or an array of the single-record model, Refer to this link Models

...