How to append draggable content to drag target ? #2311
Replies: 3 comments 3 replies
-
Can someone help ? |
Beta Was this translation helpful? Give feedback.
-
I believe what we are looking for is in this simplified example: https://github.com/flet-dev/examples/blob/main/python/controls/drag-and-drop/drag-drop-ordering.py The question now is to fetch items from a database and load them with them listed. |
Beta Was this translation helpful? Give feedback.
-
In this project I create 4 columns dynamically based on the json contained in the requested_rd.py file See my code: I drag the first column to the place of the last. (It works) It presents an error before and after releasing the column. First errorTraceback (most recent call last): #---------------------------------------------------------------- -------------------------------------------------- ---- Second errorTraceback (most recent call last): I would really appreciate someone's help here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have 3 draggable object, yellow,red and blue and one drag target object. Now, I want to append each draggable content object if I drag draggable to target. I have tried with below code which is not working.It is also not showing error.
If I print controls attribute of the row, which inside a container, which is inside drag target, I can see all draggable object are in the list but it is not showing in GUI.
Please help.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions