justinmind-logo
 
Upvote 1

Show icon when data list is changed

Answered Brett Edmonds 5 years ago

I have an on-click event that changes text in a row cell and records it the dat data master.

When that happens I am wanting to show an icon in that same row.

When i try it, it 'shows' the icon on every row NOT just the one that has its information updated.


Please help

Replies (1)
photo
1

Hi Brett,

Do you have an example file you could attach so we can get a better idea of what you're looking to do? You can compress it into a .zip format, or upload it to a file sharing service like Dropbox and link to it here.

Best,

Danielle

photo
1

Thanks, here you go.


What I'm looking to achieve is that when a user makes a selection using the checkboxes and clicks 'Add to Ask list', a star icon should turn on in the last column of the 'selected' rows.


Thanks,

Brett

photo
1

The easiest way would be to use a new boolean data master field to store the visibility of such icon. Then, you should do a modify data master event to store the new value in the “add to ask list” button, previous to the current filter.

photo
1

I'm not sure I understand what you mean. Can you give me more detail please?

photo
1

Apologies for the late reply - we had a create an example and we realized a better way to accomplish this. Instead of using a data master field, you should create a variable that will store if the checkbox has been checked. Check out the attached prototype and copy those events.

photo
Leave a Comment
 
Attach a file