Changing text of a listItem on panel component
I have a panel component on my UI that contains list component with multiple listItems. I want to dynamically change the text of one of the listItems.
I run Appery('listItem_name").text("This text") on panel open event. However when the panel opens I do not see the revised text.
What might be going wrong?
Thank you.