getOwnerList

returns Kanbanlist view that displays an item

object getOwnerList(string|number itemId);
itemIdstring|numberthe item id
objectKanbanlist view that displays an item

Example

var list = $$("myBoard").getOwnerList("task1");

Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of list in javascript product.