{ view : “button”,
type : “iconButton”,
icon : “eye”,
label : “headMenu”,
width:90,
click : function(id) {
var event = $$(id).$view;
var menu = $$(“listReport”).config.headermenu;
$$(menu).show(event);
}
}
when i click button, head columns invisiable in datatable
in this state, parsing the other data
then The columns of the previous data are shown in headermenu
how to initialize headmenu?