In my setup, I'm trying to make the layout look like this:
+------------+------------+------------+
| | | |
| | | |
+------------+------------+------------+
| | | |
| | | |
+------------+------------+------------+
But, for some reason I don't know/understand, the vertical Pane divider is missing but still have 6 well-differentiated panes with their respective dividers. Additionally, I've added a resize function on the main splitter (the vertical-oriented one) so its heigh could fit the actual window size.
Here is the fiddle with an example of what I'm trying to do.
Thanks in advance for your help.
{ Name: "Some Object", Other: "Some other Properties", Tags: [ { Name: "Tag1", }, { Name: "Tag2", } ]{ Name: "Some Object", Other: "Some other Properties", Tags: [ { Name: "Tag1", onDelete: function(e){ //somethinghappens; } }, { Name: "Tag2", onDelete: function(e){ //somethinghappens; } } ]