moveUp

moves an element upwards within its current branch

void moveUp(id id,number step);
ididthe item id
stepnumberthe step of moving

Example

$$('tree').moveUp("a12", 2);

Back to top
If you have not checked yet, be sure to visit site of our main product Webix js frameworks and page of tree table product.