Hi !
I'm trying to do something like this:
- A screen is loaded with a datatable invisible;
- The user fill a textinput with something he wants to see;
- When clicking a button, the datatable will show and filter that textinput term digited.
I'm trying first just to make a button that shows that table, so, i let the datatable visible option in off:

and in the button onselect, i tried:

But, when i run the application and click on the button, nothing happens. The table doesn't show up.
Any help?
Thank you !