https://jsfiddle.net/7xsdno0z/3/
In the example above there is no connection between any of the data in level 0, and England. This leads to England being moved back to level 0. Is it possible to make it so England remains on the same level as Portugal, France, Spain?
https://jsfiddle.net/7xsdno0z/3/
v6.1.0
All
Hi @vivekk123
It's not possible to skip columns at this moment. PoC for this is to provide skipColumns
option, for example: https://jsfiddle.net/BlackLabel/7xsdno0z/5/
Closing as duplicate of #7354
Actually there is officiall support for this. You need to set the nodes.column option to 1. See https://jsfiddle.net/7xsdno0z/12/.
Great,
Thanks :)
Most helpful comment
Actually there is officiall support for this. You need to set the nodes.column option to 1. See https://jsfiddle.net/7xsdno0z/12/.