Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello everybody,looks like this will be first question here .I'd like to know how to update generated view in nx.ui.Component object after some event occured.There is the component with button in attached .js file, when the button is clicked I want t...
Finally I found the solution.I used the ObservableCollection as a data model for Component. When this object is used for component's model and the model is changed, the view of component is also updated.So I can add items to list dynamically by pushi...