moveBottom
moves the specified item to the last position
function moveBottom( // the item id id: id): voidExample
Section titled “Example”grid.moveBottom("a12"); //moves the item with id="a12" 2 to the very endmoves the specified item to the last position
function moveBottom( // the item id id: id): voidgrid.moveBottom("a12"); //moves the item with id="a12" 2 to the very end