Skip to content

headermenu

adds a header menu that helps to control the column visibility

let headermenu: boolean|WebixHeaderMenuConfig
webix.grid({
headermenu:true
});
//complex config
webix.grid({
headermenu:{
width:250,
autoheight:false,
scroll:true,
spans:true
}
});

also check the next samples:

The whole list of parameters that help configure the header menu can be found in the related article.

Articles