Hi Team,
i have an doubt to pass the values in popup
what's the question means my requirement is i need to show the details of entity for filter purpose once its filtered i want to show the results as filtered records as a link again click that filtered record i need show the details which is filled by users. please help me to fix this
thanks in advance
Hello Karthick
I think the description you're giving is a bit vague. It might be worth editing your question with a step by step with screenshots;
But in general, the popups in Reactive 'live' in the same context as the screen they're opened in, so they have access to all the data your screen is working with. You can do stuff behind the scenes before you decide to close the pop up for example
Hello karthick B,
I think you really need to go back to the documentation and check how to do a pop-up and how to pass information to it. It seems you need to get deeper into some basic definitions to sort this issue. I could tell you exactly how to solve it, but it might be better for you to go to the documentation and try to solve it by yourself.
So, due to that, my advice is, look and check the following links:
You also have some how-tos examples, where you will be able to do a pop up just by doing it step by step. This is one example, which belongs to Building an Order Management Application Guided Path:
Best regards,
Ana
thanks