on ‎2021 Sep 23 11:33 AM
Hi Experts,
I am having trouble on rendering question list data with yes or no radio field or switch field on my Form, data are coming from OData service. So the input fields that I need are in the service, my problem is how can I render it on simpleForm, other personal information are manually added on simpleForm , below the form I need to render the questions, but the problem is I don't know how to loop it, I tried using List but it affects the responsiveness and layout of the form.

Request clarification before answering.
You can use the below method
<List headerText="Text" items="{path: '/Collection'}" >
<CustomListItem>
<HBox>
<VBox >
<Link text="{Name}" target="{Url}" press="handlePress"/>
<Label text="{Desc}"/>
</VBox>
</HBox>
</CustomListItem>
</List>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.