bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 165 forks source link

Auto arrange by ID #220

Open sagargulati opened 8 years ago

sagargulati commented 8 years ago

Greetings, I see Genghis shows ID by the time they are created not by the ID number Assume We have 3 collections: { "_id": 1, "user": "a" } //Created on 1st jan { "_id": 5, "user": "c" } //Created on 2nd jan { "_id": 2, "user": "b" } //Created on 3rd jan

Why doesn't genghis arrange them according to their IDs and not by the time/date it was created.

Any help?

Thanks!

sagargulati commented 8 years ago

@bobthecow : Any help?