There is no way, and it is not an issue with SQLyog!
SQLyog communicates with the MySQL server using SQL. SQL has no such option when inserting data, and SQL databases like MySQL do not recognize 'above' or 'below'. There is no GUI view at all recognized by the server and the server simply has no clue about what a client does with the data after data has been sent from the server to the client!
To sort data in a specific order You will have to ORDER BY …
1)by writing a query
2)or by clicking the small square above every column
3)or by using the Query Builder (from 6.0)
Basically a database is not a spreadsheet!