Closed jiniC closed 2 years ago
Hi @jiniC ! Yep, what you are trying to do is not possible with the default layout algorithm. You can create your own layout algorithm though to allow any kind of layout. Here's an example: https://codepen.io/niklasramo/pen/LLbLLd.
aha thanks for the reply :D
Thanks to murri for a lot of help! But I am not able to solve the following problem. I ask the problem I want to solve with an image. Are the following situations not supported in murri? 😥
I want to move box 6 down to number 7, but it is not possible.
I want to move box 4 only below number 5. But when I try this it only swaps 4 and 5.
This is the code under test : https://codepen.io/jiniC/pen/rNGzoBb