cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic UI

Former Member
0 Kudos

I have a requirement wherein I need to display a dropdown with certain list. based on the selection in this dropdown I need to populate another dropdown and display a text box next to it.

Next to the text box there needs to be a button to add another row of these dropdowns, textbox and button again.

Can I use Rowrepeater for this requirement? If yes, how do I display dropdown inside rowrepeater?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member199125
Active Contributor
0 Kudos

instead of using row repeater

Use a table, inside table display 3 fields,

2 dropdowns and one text view element.

and above table place a small button, inside that button write a code to add one row to table,

hope this will be easy

Regards

Srinvias