Is there a way to set z-order / z-index dynamically? #1378
-
Beta Was this translation helpful? Give feedback.
Answered by
wcandillon
Feb 20, 2023
Replies: 2 comments 4 replies
-
This is indeed a use-case we should support. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
KrisLau
-
@KrisLau hi friend, may I ask you how to make every object draggable? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is indeed a use-case we should support.
Currently you can simply return an array with a stable key for each item and then reorder the array.
But we will try to see if we can implement this feature.