JelleB
July 17, 2024, 6:02am
1
Hey all,
I'm searching for a solution to show a kanban or scrum table on my retool app.
In forum I found a solution where the component nested lists are used. But here a task can not be dragged from list to list and that is what we need.
Hey @jmxt ! Here's an example app based on Everett's solution
listbox_kanban.json
To @bfelbo 's original point of having a Postgres-backed kanban and Everett's suggestion of using a List View , you can also filter the data returned from your database by category and then reference each of the resulting datasets in a separate List View. Nested List Views even let you set the number of categories dynamically!
There are a number of different ways to structure this, and it do…
The other option is the new custom component. But here I want to ask the community if someone already used a good working component that they advise.
Or does someone have an other better solution to show our retool data in a kanban slidable taskboard.
Thanks in advise
Hey there @JelleB ,
There is currently no drag and drop component that you can use, so the option you rightly pointed out is the closest you'll get to a Kanban.
I haven't seen on the forum anyone sharing a custom component with this functionality, but would very much welcome if your post changed this
1 Like
jg80
July 21, 2024, 4:43pm
3
I'd be on board with a generic drag and drop component (which could be leveraged for Kanban). I find myself doing dropdown + JS gymnastics to get functionality that would be better implemented as drag and drop...
2 Likes