enables a popup menu which allows hidding/showing columns
list | string | a comma-separated string of true/false values (true means that the related column will be shown) |
Available only in PRO Edition
myGrid.enableHeaderMenu("false,true,false,false");
Back to top