Kanban from other than Select Field?

Is it possible to create a Kanban board where the column headers are something other than a Select List?

I’m wanting to create a kanban board on the Delivery Trip doctype… and then have the headers be the Names of Drivers in the Driver doctype. This way, I could drag and drop delivery trips in the columns as a way of assigning them to respective drivers.

Any thoughts on how to accomplish this?

Thanks in advance.

Currently this won’t be possible without getting into the core of the framework and changing the code behaviour. Select field is the only way currently for Frappe to build Kanban boards on.

1 Like

Thank you… Is there a way to dynamically “add to” or “delete from” a Select list? Perhaps I explore that direction. Thoughts?