How can i set specific row at a first row?

How can i set specific row at a first row?

vicky200456vicky200456 Posts: 8Questions: 1Answers: 0

my table will display 3 column
ID,Name,button

For example:
The table will sort by id and displayed.
1,a,button
2,b,button
3,c,button
4,d,button
5,e,button
6,f,button
7,g,button

I want to set the row of id =4 as the first row.

What should i do?

This discussion has been closed.