cancel
Showing results for 
Search instead for 
Did you mean: 

RowRepeater

Former Member
0 Kudos

hello,

i dont know how to bind the rowrepeater to the context node?, and i want know also if the row repeater has a special structure? or it depend to my requirement, because i want to dispay a rowrepeater with icon and a text?

please show me how can I handel this.

thank you

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Agadir,

RowRepeater is just like Table UI Element. For your use case, you need to do the following

1. Create a context node of cardinality 0..n/1..n

2. create two attributes one for image source and other for text

3. create a RowRepeater UI element under RootUIelementContainer

4. Create Image UI element and Text_view UI element under the RowRepeater

5. For the RowRepeater UI element, bind the "data" property to your context node

6. and for Image and Text_view UI element, bind repective context attribute.

thats it.

BR, Saravanan

Former Member
0 Kudos

thanks Saraa_n, you explaned everything clearly, thanks again

Answers (0)