Check documentation for the latest version of dhtmlxSuite detachFooter DHTMLX Docs

detachFooter

removes a footer line from the grid (opposite to attachFooter)

void detachFooter(number index);
indexnumberindex of the footer

Available only in PRO Edition

Example

myGrid.detachFooter(0); //detach first footer's line

Back to top