Check documentation for the latest version of dhtmlxSuite moveOnTop DHTMLX Docs

moveOnTop

moves cell to the top

void moveOnTop();

Example

myAcc.cells(id).moveOnTop();

Back to top