Overview
Repeater The repeater is a container
In Repeater, you can add multiple components
The Repeater allows you to repeat any kind of componentform will repeat, according to the number record count in model
Attributes
Model
Models are The model is used to display content (fields) in the layout
Mostly Mainly 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 modelModelattribute, add a select the multi-record model
...
Context Models
...