Replies: 2 comments 1 reply
-
Do you the full example of the code you are trying? The approaches to adding panels to particular groups described here should work just fine |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is an example, how do i add "Panel 4" to the same group as "Panel 1" explicitly? I tried
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[export const ResourcePanel = ({ ...props }) => {
const panelParams = props.params;
}
](https://dockview.dev/docs/core/panels/add#relative-to-another-panel)
I tried this and it always adds it to a new group, but not the same group as the reference panel.
Beta Was this translation helpful? Give feedback.
All reactions