How is it possible to get the name of a Kanban column? I try to use
var strHeader = $$("myBoard").getChildViews()[i].config.header.name;
var strHeader = $$("myBoard").getChildViews()[i].config.name;
var strHeader = $$("myBoard").getChildViews()[i].config.header;
Nothing will give me back a name. the only valid return I got was "headerlayout".