Check documentation for the latest version of dhtmlxSuite detachHeader DHTMLX Docs

detachHeader

detaches header from component's top

void detachHeader();

Example

dhxComponent.detachHeader();

Details

header DOM element will be attached to body with visibility:hidden css style

Back to top