Hi,
I have a search function that returns values from a database. At the same time, I would like that same search button click to show a pre-defined label and another button. Please let me know how I can do that.
Spasibo!
Hi,
I have a search function that returns values from a database. At the same time, I would like that same search button click to show a pre-defined label and another button. Please let me know how I can do that.
Spasibo!
Hi Konstantin -
You can make it by adding JavaScript code to your click event and change property of your components using jQuery selectors, like for example shown in our docs here: https://devcenter.appery.io/documenta...
but modifying it with needed properties for your case.