I think I'm making a mistake right now. I have an overlay component. This overlays everything and can dynamically display content.
In the navigation there is a function to filter the interface by tags. When clicking on this button, this overlay component should be displayed.
As far as I have found out so far, there is only one a workaround: Stackoverflow-Question to add & remove components dynamically. So the component is always present, but is dynamically displayed and hidden.
I have now bound the visibility to a property. This works fine so far, but I was wondering how to do this with the data. I always want to have the current data from the database on the view.
My idea now would be to say, every time the Visible property is set to true, the data is reloaded from the database. But then I would have to re-render the component somehow or reload the child content. Or how would you solve this?


{ }so you don't need to take screen caps. Second-- I really don't understand exactly what you are talking about. You talk about clicking "this button" but don't have a button-- are you talking about the div with@onclickon it? - Bennyboy1973