add/remove columns dynamically on kanban board

Hello, I didnt find any info about api to be able to add or remove dynamically columns(kanbanlist instance) from kanban board. I even didnt find all list of supported methods for it.
Has anyone done this before? It is the way to do it through api?

Im working on angularjs implementation

Thank you

you’ve found the solution. I tried with (addView) but does not work the way I wanted.

Hello,

yes, Kanban board is layout-based widget. So, you can apply addView and removeView methods:

I tried with (addView) but does not work the way I wanted.

Could you give some details about the problem ?