sets the list of visible/hidden columns
list | string | a list of true/false separated by comma, false to show column, true to hide column |
Available only in PRO Edition
//hide the first column
mygrid.setColumnsVisibility("true,false,false,false,false");
Back to top