cancel
Showing results for 
Search instead for 
Did you mean: 

Reset Row repeater Ui element

Former Member
0 Kudos

Hello,

how can I reset a row repeater, when the user clicks on an action button, the row repeater should be intialized,

can anybody tell me how can I resolve this?

thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

nikhil_bose
Active Contributor
0 Kudos

Invalidate node bound to RowRepeater dataSource

ROWREAP_NODE->INVALIDATE( ).

Regards,

Nikhil Bose

Former Member
0 Kudos

Row repeater UI is bound to a dataSource (node). invalidate that node , bind a new empty table to the node.