How can i make it put things in order using ID ? Really annoying trying to organise stuff atm lol
This can be done very easily btw:
After you have opened the item table:
1. Click the button to show the SQL Pane (Shows the script SQl used to display item rows)
![]()
2. At the end of the script add the following:
ORDER BY ID
(ID is column name for Ruby item DB)
3. Execute the script, job done.
![]()
