Check documentation for the latest version of dhtmlxSuite moveBottom DHTMLX Docs

moveBottom

sets an item as the last item in the view

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

Example

myList.moveBottom(id);

Back to top