Change icon on a click event

0
Hello all, There is a page with multiple columns and on click of any of the row a form pop’s up, on click of save button of that form, cross icon against it should be changed to a check icon. How do i proceed with this use case. Any help is appreciated. Thanks!
asked
1 answers
2

Heey Pradeep,

On the entity that you change you could have a boolean that you change when you go from a cross to a checkmark in the page you could then with conditional visibility show either the cross or the checkmark based on the value of the boolean that is changed in the on click.

Kind regards,

Edo

answered