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
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of javascript datatables product.