moveTop
moves the specified item to the first position
function moveTop( // the item id id: id): void
Example
Section titled “Example”grid.moveTop("a12"); //moves the item with id="a12" to the very beginning
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