Check documentation for the latest version of dhtmlxSuite enableHeaderMenu DHTMLX Docs

enableHeaderMenu

enables a popup menu which allows hidding/showing columns

void enableHeaderMenu(string list);
liststringa comma-separated string of true/false values (true means that the related column will be shown)

Available only in PRO Edition

Example

myTreeGrid.enableHeaderMenu("false,true,false,false");

Back to top