I'm trying to create a layout like below
I have an object like this
[1]
[2]
[3]
[4]
But when i break these column into 2 columns i have this result https://jsfiddle.net/juh7fe8o/1/
[1] [3]
[2] [4]
The expected result should be like this
[1] [2]
[3] [4]
How can i order these columns? All of my elements have a index that could be used