Check documentation for the latest version of dhtmlxSuite collapseColumns DHTMLX Docs

collapseColumns

collapses a group of columns

void collapseColumns(number cInd);
cIndnumberindex of the first column in the group

Available only in PRO Edition

Example

//collapse the group of columns
myTreeGrid.collapseColumns(3); //can be called after the init only

Back to top