I have one view session where I want to have a different west docked view than the rest. I added the new dock view on the view page configuration, but because the 'shared settings' dock is already there, the new dock won't show. Does anyone know a way to replace a dock on just one view?
This post has a solution for what you are trying to do:
Another thing to consider if you are on a recent enough version is if the Split container may work, as that has a Dock View with or w/o Handle feel depending on how you set it up. You can also "lock" the split container by setting the draggable prop to false, and setting the position % to the dimensions you want, then set the size to 1. (Though at a certain point you end up making nested containers)
For example if I have a project with a global footer, but I wanted another south dock that gives context to the larger view this approach could work with a Split:
1 Like