Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharepoint re-order item order in the list

In the list, I set-up "ID" column and "Title" column.

I added 10 items in the list, and I'm trying to put the 10th item between 1 and 2. After my research, many people said I can't manually change ID number... Is there a way to re-order the item? deleting every items is the only answer?

Please help!

like image 555
sayhaha Avatar asked Jul 20 '12 00:07

sayhaha


1 Answers

The ID column is an internal identity-like column. You cannot change the value. If you need a column that you can order by (and change), just create a new column called SortOrder or something. Then sort by that column.

like image 159
Nigel Whatling Avatar answered Oct 05 '22 23:10

Nigel Whatling