Skip to content

moveBottom

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