[Question] #2852
Unanswered
CoutinhoElias
asked this question in
Q&A
[Question]
#2852
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I implemented some changes in the Trello example, I preferred to bring data from a json object.
Then I create another json object to define the position of each column. This way the position of the columns is customizable.
In this project I create 4 columns dynamically based on the json contained in the requested_rd.py file
See my complete code:
https://gist.github.com/CoutinhoElias/0db8828ef525a4e4b0e2ea3e6e4e7a2e
I drag the first column to the place of the last. (It works)
I drag the second column to the place of the last one. (Does not work)
I would really appreciate someone's help here.
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions