...
The Repeater is a container
You can add a number of components to the Repeater
(You can decide how the user interface (UI) is created)looks like
The Repeater will call repeat the form components multiple times
Depending The component will repeat depending on how many records are in the model, the form will repeatThe repeater will not repeat at design time, but it will repeat at run time
Attributes
Model
The model is used to display content (fields) in the layout
Mainly used for the creating or editing of a record
You need to create a multi-record model for RepeaterBasically, the Repeater required multiple records, so it required a multi-record model or an array of the single-record model, Refer to this link ModelsIn the Modelattribute, select the multi-record model
...
Create New Model: You can either choose the model from the list or you can create the new model by clicking on “Create New Model“ Option for your table
...
Context Models
You can create a sub-model by using the Models attribute
A Context model Model is created by using a multi-record modelIt acts as a single record model
Create Models, Refer to this link Models
...
Click on Run & Preview
The records record of the fields entered into field added in the repeater will be displayed
...
Include Page | ||||
---|---|---|---|---|
|