How to keep text component hidden and only show when the row in a table is clicked

I have a table and text component in my app. The values in the table get populated in the text component when a row is clicked. But Initially, i wanted to keep the text component in hidden state and should only appear when the row in a table is clicked

Hello, you can set text component hidden to true to hide it.

and in the table component, you can add script to row click event handler to display it.

Here is app json for your reference.
hiden and display.json (14.3 KB)

1 Like