Kanban new status / column

Hello, last time you told me that with 5.2 I will get the possibility to add dynamically new status/columns to Kanban. How this works now?

You can use addView and reconstruct API to add a new panel dynamically and repaint the kanban.

$$("k1").addView({
  view:"accordionitem",
  header:"Backlog",
  body:{ view:"kanbanlist", status:"done" }
});
$$("k1").reconstruct();

https://snippet.webix.com/pi7tyfw2