headermenu
adds a header menu that helps to control the column visibility
let headermenu: boolean|WebixHeaderMenuConfig
Example
Section titled “Example”webix.grid({ headermenu:true});
//complex configwebix.grid({ headermenu:{ width:250, autoheight:false, scroll:true, spans:true }});
also check the next samples:
Details
Section titled “Details”The whole list of parameters that help configure the header menu can be found in the related article.
See also
Section titled “See also”Articles