DHTMLX Docs & Samples Explorer

detachFooter(index)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid.js

remove footer line from grid (opposite to attachFooter)

  • index - index of a footer
    mygrid.detachFooter(0);//detach first footer's line

See also: detachHeader, attachFooter