I need to make a certain panel re-render upon a click on another panel.
I have an ajax panel with a list of buttons. is there any function / method I can trigger that will force a target panel to re-render?
The most common way to communicate between panels is by using dashboard variables. A panel that depends on a variable will re-render whenever that variable changes.
You could then update the variable from your other panel to trigger the re-render.
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.