moveDown
increases the item index and moves the item to the new position
function moveDown( // the item id id: id, // the step of moving step: number): void
Example
Section titled “Example”grid.moveDown("a12", 2); //moves the item with id="a12" 2 items down