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