Remove the sorting after the column has been sorted

Can i restore the original order of the rows after i had sorted some columns?

No, you can sort by any column, by using
    grid.sortRows(…
but initial order is not stored anywhere and can’t be restored.