DHTMLX Docs & Samples Explorer

moveUp (id, step)

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxdataview.js

Changes index of item , by moving it to the start of view on defined count of steps

  • id - id of item in question
  • step - count of steps, optional, 1 by default
	view.moveUp(id)
	//or
	view.moveUp(id,10);