Check documentation for the latest version of dhtmlxSuite moveTop DHTMLX Docs

moveTop

sets an item as the first item in the view

void moveTop(string|number id);
idstring|numberid of the item in question

Example

myDataView.moveTop(id);

Back to top