jquery-resizable icon indicating copy to clipboard operation
jquery-resizable copied to clipboard

three vertical panels

Open xzhangva opened this issue 5 years ago • 1 comments

Thank you for creating nice splitter. My issue is I have 3 vertical panels(left, center and right). I use the splitter between left and center panels and the splitter-right between center and right panels. But the splitter-right behavior different than the splitter. How to make the splitter between center and right panels behavior same as the splitter between the left and center panels.

code sample:

		<div class="splitter"></div>
		
		<div class="panel-center">
		</div>

		<div class="splitter-right"></div>
		
		<div class="panel-right">
		</div>
	</div>
</div>

xzhangva avatar Feb 25 '20 20:02 xzhangva

It seems that this plugin cannot be used for three vertical panels. There are some attempts at this StackOverflow question, but none of them work well.

I'm going to try GedMarc/layout as that one looks more promising for three panels.

It is too bad, because this plugin works so well for two panels.

pb-jeff-oneill avatar Mar 23 '22 14:03 pb-jeff-oneill