headermenu

adds a header menu that helps to control the column visibility

boolean|object headermenu;

Available only in PRO Edition

Example

//simple config
webix.ui({
    view:"datatable", 
    headermenu:true
});
 
//complex config
webix.ui({
    view:"datatable", 
    headermenu:{
        width:250, 
        autoheight:false, 
        scroll:true,
        spans:true
    }
});

Related samples

Details

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

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix javascript web framework and page of javascript tree grid product.