How do i add a panel to a particular group? #635
Replies: 4 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.
-
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.
-
I am also interested in this behavior. Is there any update? |
Beta Was this translation helpful? Give feedback.
-
Specifying the |
Beta Was this translation helpful? Give feedback.
-
[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