Required library edition:
Required library file: dhtmlxdataview.js Move item to defined position
//move to some position view.move(source_id, index); //move to different view view.move(source_id, index, some_other_view); //or view.move(source_id, null , some_other_view); //or view.move(source_id, index, some_other_view, target_id);