DHTMLX Docs & Samples Explorer

moveDown (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 end of view on defined count of steps

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