DHTMLX Docs & Samples Explorer

detachHeader(index)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

remove header line from grid (opposite to attachHeader)

  • index - index of row to be removed ( zero based )
    mygrid.detachHeader(0);//detach first header's line

See also: attachHeader, detachFooter