moveTop
moves the specified item to the first position
function moveTop( // the item id id: id): voidExample
Section titled “Example”grid.moveTop("a12"); //moves the item with id="a12" to the very beginningmoves the specified item to the first position
function moveTop( // the item id id: id): voidgrid.moveTop("a12"); //moves the item with id="a12" to the very beginning