Check documentation for the latest version of dhtmlxSuite hideArrow DHTMLX Docs

hideArrow

hides the header arrow for the specified cell

void hideArrow();

Example

myLayout.cells(id).hideArrow();

Back to top