Skip to content

moveTop

moves the specified item to the first position

function moveTop(
// the item id
id: id
): void
grid.moveTop("a12"); //moves the item with id="a12" to the very beginning