
All I want to do is in the products list in admin instead of display products alphabetically by product name, I want them to show the last product I added on top by default - so an "order by id DESC" type thing. Cannot figure out how to do this/where to add it

Thanks.