I have a table and one of the columns has an edit button. When it is clicked, it should show the container but it doesn't. I'm using the onSelect property of the pencil to set the visible property to true. Any ideas why this isn't working? Thanks!
Solved! Go to Solution.
Hi,
Can you please try using a variable to store named varShowContainer and set it to true on select property of edit icon => Set(varShowContainer, true)
And set the conatiners visible property to varShowContainer
Set the variable varShowContainer to false on click on something else when you want to hide
Hi,
Can you please try using a variable to store named varShowContainer and set it to true on select property of edit icon => Set(varShowContainer, true)
And set the conatiners visible property to varShowContainer
Set the variable varShowContainer to false on click on something else when you want to hide
User | Count |
---|---|
251 | |
102 | |
94 | |
48 | |
37 |