cancel
Showing results for 
Search instead for 
Did you mean: 

Using Row Repeater - adding a remove row button

Former Member
0 Kudos

I have an input field on my view for users to enter Project Numbers along with an Add Button.

When the user enters a project number & clicks on the add button, I append that project to my row repeater. this is working fine.

In my Context, I defined my row repeater as having 2 attributes: project_num and rem_row.

I bound my row repeater to my context node. I wanted to use a Button element as my rem_row, so a user could click on the icon and I could remove that particular row.

However, I can't bind the Button to the rem_row attribute of my context.

is there a way to find out which row the user selects?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

see above solution - i used checkboxes instead

Former Member
0 Kudos

what i've done is place a checkbox in the second field and evaluate that on the "on toggle" event. then delete the appropriate row.

this works, but i'd really like an icon there instead of a checkbox and "Remove Row" text