It is possible to create a new custom status (like new, done, test,…) in Kanban Widget? For example - delivered, published and so on…
Hello @vsinner ,
Yes, it’s possible.
You can get editor’s richselect list as
$$('kanban').getEditor().getForm().elements['$list'].getList()
To add new status just use add() method
Sample: https://snippet.webix.com/1yysho1z