mathuo
mathuo
Is it something like the custom paneview headers that you require, or something with more functionality? https://dockview.dev/docs/next/components/paneview#custom-header
Thanks for the report. While I appreciate this is certainly a bug that I will get around to fixing at some point I believe this problem can be circumvented using...
Group constraints currently come with quite a few limitations including the fact they are not persisted. It would need some careful though into how this might work if it was...
Tracking in https://github.com/mathuo/dockview/issues/640
1.17.1 Releases changes related to initial, maximum and minimum sizes as well as a small change to prevent group resizing when moving groups. See http://localhost:3000/docs/core/panels/add#minimum-and-maximum See https://github.com/mathuo/dockview/issues/708 for continued work...
Hi - Thanks for checking it out! I think I understand what you are saying but to confirm, this would kind of be like having a GridView component (https://dockview.dev/docs/components/gridview) but...
Thanks for the comments. I've linked a PR here which will allow users to drag entire groups as well as individual tabs as is already supported, although each group will...
Updates: Version 1.6.0 - Drag and Drop allows for dropping on the boundaries of the component, a magnetic snap to edge. It also allows for the drag of entire groups...
Thank you, let me know if you do find anything and I will take a look. Yes, I was thinking that the examples on the docs would be much better...
This is a barebones running example using TypeScript just to help with any testing. https://codesandbox.io/s/dockview-example-q21vuc I will investigate a solution for sharing the examples you see in the docs too.