Imagine ul-li grid (like in sample "Display as Grid").
a b c d
e f
Now you change f -> b. What you see in a list:
a f b c
d e
What I need is instead:
a f c d
e b
Do you know helpers or options to do this?
Imagine ul-li grid (like in sample "Display as Grid").
a b c d
e f
Now you change f -> b. What you see in a list:
a f b c
d e
What I need is instead:
a f c d
e b
Do you know helpers or options to do this?