kanbanlist implement

hi experts,
does it possible to add headerlayout property to the kanbanlist. since I create lot of things in kanbanlist, so I’d like to make it accordionable. what I should do

Hi,

Kanban view is based on HeaderLayout and KanbanList on DataView.

If you need to spit a certain column to multiple columns/rows, you can use additional HeaderLayout with KanbanList in each column/row of this layout.

http://docs.webix.com/samples/63_kanban/04_layouts/01_columns.html

http://docs.webix.com/samples/63_kanban/04_layouts/02_complex_layout.html