Kanban layout (like Trello / Asana)

Hey scarrucciu, A native kanban component isn't currently on the roadmap but I agree it would be a useful feature. Thanks for adding your +1 for this! You can approximate a kanban feature with multiple listbox components to serve as the buckets, Temporary States to store the data for the different buckets, and some buttons or other UI triggers + JS queries to move data between the buckets. Here is a simple example of what that could look like.

You could also replicate this pattern using listviews instead of lisboxes for expanded functionality. I hope this helps!

4 Likes